10 lines
169 B
CSS
10 lines
169 B
CSS
body {
|
|
background-image: url(https://i.redd.it/83fms2ekatga1.jpg);
|
|
}
|
|
|
|
.image {
|
|
width: 400px;
|
|
height: auto;
|
|
text-align: center;
|
|
align-items: center;
|
|
} |