45 lines
714 B
CSS
45 lines
714 B
CSS
.div1{
|
|
width: 100px;
|
|
height: 100px;
|
|
border: 1px solid #49FF00;
|
|
background-color: #49FF00;
|
|
position: absolute;
|
|
top: 175px;
|
|
left: 200px;
|
|
}
|
|
.div2{
|
|
width: 100px;
|
|
height: 100px;
|
|
border: 1px solid #001DFF;
|
|
background-color: #001DFF;
|
|
position: absolute;
|
|
top: 120px;
|
|
left: 370px;
|
|
}
|
|
.div3{
|
|
width: 350px;
|
|
height: 50px;
|
|
border: 1px solid #FF0004;
|
|
background-color: #FF0004;
|
|
position: absolute;
|
|
top: 150px;
|
|
left: 260px;
|
|
}
|
|
.div4{
|
|
border: 1px solid #C000FF;
|
|
width: 50px;
|
|
height: 185px;
|
|
background-color: #C000FF;
|
|
position: absolute;
|
|
top: 60px;
|
|
left: 270px;
|
|
}
|
|
.div5{
|
|
width: 75px;
|
|
height: 75px;
|
|
border: 1px solid #D3CEAF;
|
|
background-color: #D3CEAF;
|
|
position: absolute;
|
|
top: 100px;
|
|
left: 304px;
|
|
} |