BOOTSTRAP CLASSES
.container | . | |||||
.container-fluid GRID
|
BUTTONS
.btn btn-default | class used to give transparent colour to button. |
.btn btn-primary | class is used to give blueish colour to button. |
.btn btn-success | is used to give the greenish colour to button. |
.btn btn-info | class is used to give the skyblue colour to button. |
.btn btn-warning | class is used to give the yellow colour to the button. |
.btn btn-danger | class is used to give red colour to the button. |
TABLE
table table-bordered | table table-condensed |
table | table table-hover |
table-responsive | table table-striped |
LIST
LIST - UNSTYLED
INLINE
<h1 style="color:blue;margin-left:30px;">This is a heading</h1>
INTERNAL
[(style)
h1{
background-color:lavenderblush;
text-align :center;
color :#4B0082;
}
li{
font-family:Georgia,serif;
color:#4B0082;
}
td{
font-family:Georgia,serif;
color:#4B0082;
}
EXTERNAL
[<link rel="stylesheet" type="text/css" href="main.css"/>]
FONT AWESOME : use this for icons/animated icons/symbols
Check For Symbols
http://tvidushi.blogspot.in/p/fontawesome.html
Check For Symbols
http://tvidushi.blogspot.in/p/fontawesome.html
No comments:
Post a Comment