Hexbomb.gay/css/artstyles.css

63 lines
1.1 KiB
CSS
Raw Normal View History

2022-04-09 23:39:14 +00:00
#maincontent{
padding-left: 2%;
padding-right: 2%;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 1px;
border: solid 2px;
border-color: white;
width: 100%;
background-color: black;
padding-bottom: 80px;
}
#backbutton{
border: 3px double rgb(255, 35, 226);
font-size: 2em;
margin-top: 5%;
border-radius: 8px;
cursor: pointer;
color: rgb(255, 35, 226);
background-color: black;
text-shadow: 0px 0px 3px rgb(255, 35, 226);
margin-left: 20%;
}
#backbutton:hover{
background-color: rgb(80, 0, 112);
border: 3px solid rgb(217, 91, 255);
color: rgb(217, 91, 255);
text-shadow: 0px 0px 6px rgb(217, 91, 255);
}
h1{
text-align: center;
margin-left: auto;
margin-right: auto;
line-height: 1em;
}
#commentics{
width: 60%;
margin-left: auto;
margin-right:auto;
border: inset 2px;
border-color: white;
margin-top: 5%;
2022-04-10 00:41:20 +00:00
background-color: white;
color: white;
2022-04-09 23:39:14 +00:00
}
/*Undersize.*/
@media only screen and (max-width: 800px) {
#commentics{
width: 100%;
}
}