forked from Cavemanon/snootgame.xyz
79 lines
1.1 KiB
CSS
Executable File
79 lines
1.1 KiB
CSS
Executable File
.center {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
#links img,footer img, li img, p img, h1 img, h2 img, h3 img {
|
|
height: 1.25em;
|
|
}
|
|
|
|
|
|
body {
|
|
/*overflow cant be changed on body. since this type of styling is not for the body tag.*/
|
|
max-width: 95%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
background: #111322;
|
|
color: #67DA69;
|
|
font-family: monospace;
|
|
}
|
|
|
|
a {
|
|
color: #67DA69;
|
|
text-decoration: none;
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
color: #a58383;
|
|
}
|
|
|
|
h1 {
|
|
color: #DA67D9;
|
|
font-weight: Bold;
|
|
text-align: center;
|
|
}
|
|
|
|
h2 {
|
|
color: #DA67D9;
|
|
font-weight: Bold;
|
|
font-weight: normal;
|
|
text-align: center;
|
|
}
|
|
|
|
h3 {
|
|
color: #DA67D9;
|
|
text-align: center;
|
|
font-weight: Bold;
|
|
}
|
|
|
|
#links {
|
|
font-size: large;
|
|
text-align: center;
|
|
margin: auto;
|
|
max-width: 700px;
|
|
background-color: #111322;
|
|
padding: 5px;
|
|
border-radius: 10px;
|
|
/* margin-bottom: 6em */
|
|
}
|
|
|
|
code {
|
|
color: #fff;
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.column {
|
|
float: left;
|
|
width: 49% ;
|
|
}
|
|
|
|
|
|
|
|
#download {
|
|
background-color: #7c307c; /* Green */
|
|
color: #35b526;
|
|
margin: auto;
|
|
}
|