Copy-Proof-Image / style.css
Omnibus's picture
Update style.css
196e153
raw
history blame
No virus
567 Bytes
body {
padding: 2rem;
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
background:whitesmoke;
}
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:absolute;
z-index:100
}
.im2{
position:absolute;
z-index:110;
}
.imbox{
display: flex;
max-width:100%;
flex-direction: column;
align-items: center;
}