generated from maxkey52/web_template
10 lines
132 B
CSS
10 lines
132 B
CSS
*{
|
|
margin: 0;
|
|
}
|
|
.test-main{
|
|
background-color:aquamarine;
|
|
border-radius: 7px;
|
|
h1{
|
|
text-align: center;
|
|
}
|
|
} |