Copy-Proof-Image / style.css
Omnibus's picture
Update style.css
adcaf30
raw
history blame
556 Bytes
body {
padding: 2rem;
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
}
h1 {
font-size: xxx-large;
margin-top: 0;
font-family: cursive;
}
p {
color: rgb(107, 114, 128);
font-size: large;
margin-bottom: 10px;
margin-top: 5px;
}
.card{
display: flex;
flex-direction: column;
align-items: center;
}
.im1{
position:fixed;
top:1;
z-index:100
}
.im2{
position:fixed;
top:1;
z-index:110;
}
.imbox{
display: flex;
height: 1000px;
flex-direction: column;
align-items: center;
}