----------------------------------------------------------------------------------------------------------------------
COPY AND PASTE  BELOW CODE
-----------------------------------------------------------------------------------------------------------------------

<!DOCTYPE html>
<html>
<head>
<style>
#MYID {
background-color: BLUE;
text-align: center;
color: LawnGreen;
}
.MYCLASS {
background-color: YELLOW;
text-align: center;
color: red;
}

/***************************
****************************
BUTTON CLASS
http://jsfiddle.net/james2doyle/CK2DF/
****************************
***************************/
.MY.CLASS {
background-color: Black;
text-align: center;
color: White;
padding: 6px 20px;
border-radius: 5px;
}

/*Battle ID VS CLASS*/
#Box {
background-color: Blue;
color: White;
text-align: center;
font-weight: bold;
font-size:20px
}
.HeightWidthClass {
height: auto;
width: auto;
}

</style>
</head>
<body>

<div id="MYID"> DIV ID! </div>
<div class="MYCLASS"> DIV CLASS!</div>
<div class="MY CLASS"> Space Class</div>
<!-- HTML -->
<div id="Box" class="HeightWidthClass"></div>

</body>
</html>

====================================================================
READ MORE:
====================================================================

CSS Examples


CSS Selectors

CSS Backgrounds

CSS Text

CSS Fonts

CSS Links

CSS Lists

CSS Tables

CSS Box Model

CSS Border

CSS Outline

CSS Margin

CSS Padding

CSS Dimension

CSS Display

CSS Positioning

CSS Floating

CSS Aligning Elements

CSS Combinators

CSS Generated Content

CSS Pseudo-classes

CSS Pseudo-elements

CSS Navigation Bars

CSS Image Gallery

CSS Image Opacity

CSS Image Sprites

CSS Attribute Selectors

CSS3 Rounded Corners

CSS3 Border Images

CSS3 Backgrounds

CSS3 Gradients

CSS3 Shadow Effects

CSS3 Text

CSS3 Fonts

CSS3 2D Transforms

CSS3 3D Transforms

CSS3 Transitions

CSS3 Animations

CSS3 Multiple Columns

CSS3 User Interface

CSS3 Box Sizing









0 comments:

Post a Comment

 
Blogger TemplateBolton College © 2013. All Rights Reserved. Powered by Blogger
Top