HTML and CSS Reference
In-Depth Information
EXAMPLE 14.23 ( CONTINUED )
1
#first{
background-color: red;
border-style: solid;
font-weight:bold;
position: absolute;
top: 10;
right: 100;
height: 100;
width: 100;
}
2
#second{
background-color: blue;
border-style: solid;
font-weight:bold;
position: absolute;
top:10;
left:400;
height: 100;
width: 100;
}
3
#third{
background-color: orange;
border-style: solid;
font-weight:bold;
position: absolute;
top: 10;
left: 200;
height: 100;
width: 100;
}
4
#fourth{
background color: yellow;
border-style: solid;
font-weight:bold;
position: absolute;
bottom: 10 ;
right: 40;
height: 100;
width: 100;
}
</style>
</head>
5
<body>
6
<p id="first">
First position
</p>
Continues
Search WWH ::




Custom Search