Monday, December 4, 2017

Choosing CSS





BOOTSTRAP CLASSES

DIV
.container.
.container-fluid


GRID

.well well-smclass used to give _________________.
.well well -x-sm class is used to give __________.
.well well lgis used to give ____________.




BUTTONS
.btn btn-defaultclass used to give transparent colour to button.
.btn btn-primaryclass is used to give blueish colour to button.
.btn btn-successis used to give the greenish colour to button.
.btn btn-infoclass is used to give the skyblue colour to button.
.btn btn-warningclass 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-borderedtable table-condensed
tabletable table-hover
table-responsivetable table-striped

LIST
LIST - UNSTYLED



TYPOGRAPHY







































INLINE

<h1 style="color:blue;margin-left:30px;">This is a heading</h1&gt




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;

}
(/style)]

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

GOOGLE: use this for icons as well



No comments:

Post a Comment