100-Days-Of-Code/Web Development Python Projects/6.4 Motivation Meme Project/style.css
2024-11-20 14:04:49 +05:30

23 lines
333 B
CSS

body {
background: black;
}
h1 {
text-transform: 100%;
color: white;
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%;
}