You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
350 B
29 lines
350 B
/* GLOBAL */
|
|
a {
|
|
text-decoration: none;
|
|
color: black;
|
|
}
|
|
|
|
.container {
|
|
margin-top: 2rem;
|
|
margin-bottom: -2rem;
|
|
height: 100vh;
|
|
width: 90%;
|
|
}
|
|
|
|
span.curser {
|
|
cursor:pointer;
|
|
}
|
|
|
|
img.pb {
|
|
max-width: 2rem;
|
|
height: auto;
|
|
}
|
|
|
|
.gif {
|
|
top: 50%;
|
|
left: 50%;
|
|
position: fixed;
|
|
transform: translate(-50%, -50%);
|
|
}
|