19 lines
159 B
CSS
19 lines
159 B
CSS
body {
|
|
width: 640px;
|
|
margin: 0;
|
|
}
|
|
|
|
#banners {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 20px;
|
|
}
|
|
|
|
img {
|
|
height: 110px;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|