Hexbomb.gay/css/indexstyles.css

53 lines
995 B
CSS

#checkitoutimg{
justify-content: center;
width: 100%;
max-width: 640px;
margin-left: auto;
margin-right: auto;
display: block;
}
#sitenews{
border: 2px dotted white;
overflow-y: scroll;
width: 100%;
height: auto;
max-height: 300px;
padding: 1%;
margin-left: 1%;
}
#commissionstatusbox{
border: 1px white solid;
font-size: 1.5em;
color: white;
font-family: 'Raleway', sans-serif, Georgia, 'Times New Roman', Times, serif;
width: 100%;
height:fit-content;
padding-left: 1%;
padding-right: 1%;
margin-right: 5%;
margin-left: 2%;
}
#checkerline{
background-color: yellow;
background-image: url(../images/yellowcheckerbggritty.png);
background-repeat: repeat;
background-attachment: scroll;
margin-left: -4%;
margin-right:-4%;
height: 100px;
display: block;
margin-top: 3%;
}
#newscommsbox{
display: flex;
flex-direction: row;
}
h2{
text-align: center;
}