div background: lightyellow; : div background « Tags « HTML / CSS






div background: lightyellow;

     
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
                      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'>
    <head>
        <title>border-width</title>
<style type='text/css'>
div {
    padding: 3px;
    border-color: khaki;
    border-style: solid;
    background: lightyellow;
    margin: 5px;
    float: left;
    width: 50px;
    height: 50px;
}
div#properties {
    border-top-width: 2px;
    border-right-width: 4px;
    border-bottom-width: 8px;
    border-left-width: 10px;
}
div#four {
    border-width: 2px 4px 8px 10px;
}
div#three {
    border-width: 2px 4px 8px;
}
div#two {
    border-width: 8px 4px;
}
div#one {
    border-width: 4px;
}
</style>


    </head>
    <body>
        <div id='properties'></div>
        <div id='four'></div>
        <div id='three'></div>
        <div id='two'></div>
        <div id='one'></div>
    </body>
</html>

   
    
    
    
    
  








Related examples in the same category

1.div background: rgb(218, 220, 243);
2.DIV background: black;
3.div::before background: black;
4.div background: #000;
5.div with background image
6.Div background: url(images/bg.gif) top left repeat-y;
7.Div background-image: url(images/date.gif);
8.Div background-position: right -1px;
9.Div background-repeat: no-repeat;
10.Div background-color: #C58A3B;
11.DIV background: #BD9C8C;
12.div background-position: 10px 10px;
13.div background-position: 10% 10%;
14.div background-position: top left;
15.div background-position: top center;
16.div background-position: top right;
17.div background-position: right center;
18.div background-position: bottom right;
19.div background-position: bottom center;
20.div background-position: bottom left;
21.div background-position: left center;
22.div background-position: center center
23.div background-position: top 10px;
24.div background-position: 10px top;
25.div background-position: center 50%;
26.div background-position: 50% center;
27.div background-position: 50% 10px;
28.div background-position: 10px 50%;
29.DIV with class name set up for font, size, background color and color
30.DIV with background