odin-default-css-exercises/flex/01-flex-center/style.css

15 lines
248 B
CSS
Raw Normal View History

2021-08-18 20:46:54 +00:00
.container {
background: dodgerblue;
border: 4px solid midnightblue;
width: 400px;
height: 300px;
}
.box {
background: palevioletred;
font-weight: bold;
text-align: center;
border: 6px solid maroon;
width: 80px;
height: 80px;
}