12 lines
119 B
CSS
12 lines
119 B
CSS
|
|
#fires {
|
|
marquee {
|
|
margin: 20px auto;
|
|
display: block;
|
|
|
|
img {
|
|
width: fit-content;
|
|
height: 400px;
|
|
}
|
|
}
|
|
}
|