From d9174d0b00c2cc8302051af02ed07bce1dd0e523 Mon Sep 17 00:00:00 2001 From: Vivek Jaiswar <70684116+Narcos101@users.noreply.github.com> Date: Tue, 30 Nov 2021 20:39:47 +0530 Subject: [PATCH] Updated Readme.md --- .../Bootstrap Border Colours/README.md | 46 ++++--------------- 1 file changed, 9 insertions(+), 37 deletions(-) diff --git a/Web_Development/FrontEnd/Bootstrap Border Colours/README.md b/Web_Development/FrontEnd/Bootstrap Border Colours/README.md index 9a600b4ee8..e386499d07 100644 --- a/Web_Development/FrontEnd/Bootstrap Border Colours/README.md +++ b/Web_Development/FrontEnd/Bootstrap Border Colours/README.md @@ -6,44 +6,18 @@ Bootstrap is a open-source CSS based framework. With the help of bootstrap one c For styling borders, Bootstrap provides classes that can be used to give colours to the borders. The classes are stated as below:- -- border border-primary -- border border-secondary -- border border-success -- border border-danger -- border border-warning -- border border-info -- border border-light -- border border-dark -- border border-white +- border border-primary:- Mentioning this class would give you a border with blue colour. +- border border-secondary:- Mentioning this class would give you a border with gray colour. +- border border-success:- Mentioning this class would give you a border with green colour. +- border border-danger:- Mentioning this class would give you a border with red colour. +- border border-warning:- Mentioning this class would give you a border with yellow colour. +- border border-info:- Mentioning this class would give you a border with cyan colour. +- border border-light:- Mentioning this class would give you a border that is light in colour. +- border border-dark:- Mentioning this class would give you a border with black colour. +- border border-white:- Mentioning this class would give you a border with white colour. The following source code is a HTML file with the bootstrap classes specified ``` - - - - - Bootstrap Color Example - - - - - - - - - - - - - -

Bootstrap Border Colors List

@@ -59,8 +33,6 @@ The following source code is a HTML file with the bootstrap classes specified
  • .border border-white
  • - - ``` The following output displays all the border colours along with their classes:-