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.

22 lines
251 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;
}

Powered by TurnKey Linux.