EmilReactExample/src/ListContainer.module.css
2020-08-22 21:32:09 +02:00

14 lines
161 B
CSS

.mainbody{
margin-left: 200px;
margin-top: 150px;
width: 500px;
background-color: coral;
}
.title{
text-align: center;
color: blue;
}