You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
280 B
CSS

body{
font-family: monospace;
background-color: white;}
p{
color: #1F24FF;
font-size:60px;
text-align: center;
}
h1 {
text-align: center;
}
.content {
max-width: 600px;
margin: auto;
}
.content img {
display: block;
margin: auto;
//max-width: 100%;
width: 100%;
}