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