Hexbomb.gay/css/indexstyles.css

70 lines
1.2 KiB
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: 45%;
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: 50%;
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: column;
flex-wrap: wrap;
height: 350px
}
#rssbox{
border: 2px dotted white;
width: 50%;
height: fit-content;
padding: 1%;
margin-right: 5%;
margin-left: 2%;
}
h2{
text-align: center;
}
#minervapng{
max-width: 1477px;
width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
}