webzone/style.css

50 lines
638 B
CSS

a {
color: rgba(200, 200, 200, 0.8);
}
/* Globally */
.splitscreen {
display: flex;
}
.splitscreen .left {
flex: 0 1 auto;
}
.splitscreen .right {
flex: 0 1 auto;
}
.footer-split {
display: flex;
}
.footer-split .left {
text-align: left;
flex: 0 1 23em;
}
.footer-split .right {
flex: 0 1 auto;
text-align: right;
}
#hosting,
#comms {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
text-align: center;
}
#frens {
text-justify: auto;
}
body {
background-color: #000000;
color: rgba(255, 255, 255, 1);
}