12 lines
149 B
CSS
12 lines
149 B
CSS
main{
|
|
margin-top: 150px;
|
|
display: flex;
|
|
|
|
}
|
|
body{
|
|
background-color: #F4F4F5;
|
|
}
|
|
#image-preview {
|
|
width: 241px;
|
|
height: 335px;
|
|
} |