9 lines
87 B
CSS
9 lines
87 B
CSS
body{
|
|
display: flex;
|
|
margin: 2rem;
|
|
background-color: silver;
|
|
}
|
|
|
|
div{
|
|
|
|
} |