webzone/style.css

60 lines
715 B
CSS

a {
color: rgba(200, 200, 200, 0.8);
}
footer a {
color: rgba(200, 200, 200, 0.4);
}
.splitscreen,
.footer-split {
display: flex;
}
.splitscreen .left {
flex: 0 1 auto;
}
.splitscreen .right {
flex: 0 1 auto;
}
.footer-split .left {
text-align: left;
flex: 0 1 79%;
}
.footer-split .right {
flex: 0 1 auto;
text-align: right;
}
#header {
text-align: center;
}
#moi {
width: 70%;
margin: 0 auto;
}
#hosting,
#comms {
border-collapse: collapse;
width: 100%;
table-layout: fixed;
justify-content: right;
align-items: right;
text-align: center;
font-size: larger;
}
#frens {
text-justify: auto;
}
body {
background-color: #000000;
color: rgba(255, 255, 255, 1);
}