22 lines
303 B
CSS
22 lines
303 B
CSS
body {
|
|
background-color: black;
|
|
}
|
|
h1 {
|
|
text-transform: uppercase;
|
|
font-size: 3rem;
|
|
}
|
|
|
|
.poster {
|
|
width: 50%;
|
|
margin-left: 25%;
|
|
margin-top: 100px;
|
|
color: white;
|
|
font-family: "Libre Baskerville", serif;
|
|
text-align: center;
|
|
}
|
|
|
|
.motivation-img {
|
|
border: 5px solid white;
|
|
width: 100%;
|
|
}
|