homepage/main.css

72 lines
897 B
CSS

/*UwU*/
.UwU {
padding: 1em;
}
h3 {
margin: auto auto 0 auto;
}
ul {
margin: auto auto 0 auto;
}
li p {
margin: 0.2em 0 0.2em 0;
}
/*FOOTER*/
h2,
h5 {
text-align: center;
margin: 0.25em;
}
.socials {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
a img {
max-height: 30px;
}
.social {
margin: 5px;
}
.button {
color: black;
text-decoration: none;
}
#matrix-logo {
filter: invert(1);
}
.actionbar {
margin: 1em;
display: flex;
align-content: center;
}
.action-button {
padding: 2px 10px 2px 10px;
border: 3px solid transparent;
color: black;
text-decoration: none;
}
.action-button:hover {
border: 3px solid;
border-color: var(--light-shade) var(--dark-shade) var(--dark-shade)
var(--light-shade);
}
/*SPECIALS*/
.specials {
margin: 0.2em;
}