14 lines
161 B
CSS
14 lines
161 B
CSS
|
|
.mainbody{
|
||
|
|
margin-left: 200px;
|
||
|
|
margin-top: 150px;
|
||
|
|
|
||
|
|
width: 500px;
|
||
|
|
|
||
|
|
background-color: coral;
|
||
|
|
}
|
||
|
|
|
||
|
|
.title{
|
||
|
|
text-align: center;
|
||
|
|
color: blue;
|
||
|
|
}
|