Spaces:
Running
Running
File size: 556 Bytes
79cd537 ddfa939 79cd537 ddfa939 79cd537 ddfa939 79cd537 d2494c6 adcaf30 d2494c6 81ba765 adcaf30 79cd537 81ba765 adcaf30 81ba765 adcaf30 79cd537 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
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;
}
|