From 98f870150a19ce9fb2cd2a327ba3eec1226ac8fd Mon Sep 17 00:00:00 2001 From: Tanisha Bisht Date: Mon, 27 May 2024 14:29:56 -0400 Subject: [PATCH] update readme --- website1.html => index.html | 7 +------ readme.md | 9 +++++++-- website1.css => style.css | 0 3 files changed, 8 insertions(+), 8 deletions(-) rename website1.html => index.html (99%) rename website1.css => style.css (100%) diff --git a/website1.html b/index.html similarity index 99% rename from website1.html rename to index.html index 45b7fbf..bafb11d 100644 --- a/website1.html +++ b/index.html @@ -6,15 +6,10 @@ Document - + - - - - diff --git a/readme.md b/readme.md index 0d2b774..5a3a1df 100644 --- a/readme.md +++ b/readme.md @@ -1,2 +1,7 @@ -# Bootstrap Dummy Website -Rough implementation of bootstrap. \ No newline at end of file +# Learn - Bootstrap Website + +This repository is dedicated to building a website using Bootstrap for styling. It serves as a practical guide for learning how to effectively incorporate Bootstrap's CSS framework to create visually appealing and responsive web designs. The focus is on utilizing Bootstrap's ready-to-use components to streamline the development process and enhance the overall user interface. + + +## Technologies used +`html` `bootstrap` `css` \ No newline at end of file diff --git a/website1.css b/style.css similarity index 100% rename from website1.css rename to style.css