98 lines
1.7 KiB
CSS
98 lines
1.7 KiB
CSS
html {
|
|
/* background-color: #111111; */
|
|
/* background: linear-gradient(to bottom, rgba(11, 11, 11, 0.900), rgba(11, 11, 11, 0.900)); */
|
|
/* background-image: url(./assets/bg.png) ; */
|
|
/* opacity: ; */
|
|
color: aliceblue;
|
|
font-family: DejaVu Sans Mono, monospace;
|
|
/* background-blend-mode: overlay;
|
|
background-size: auto; */
|
|
/* margin-top: 1px; */
|
|
background-image: linear-gradient(to bottom, rgba(11, 11, 11, 0.900), rgba(11, 11, 11, 0.900)), url(./assets/bgs/bg.png);
|
|
}
|
|
|
|
body {
|
|
/* background: linear-gradient(to bottom, rgba(11, 11, 11, 0.900), rgba(11, 11, 11, 0.900));
|
|
background-color: #111; */
|
|
margin-top: 1px;
|
|
margin-left: 8px;
|
|
margin-bottom: 1px;
|
|
margin-right: 8px;
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
.content {
|
|
/* color: aliceblue; */
|
|
padding: 0px 20px;
|
|
margin: 0 auto;
|
|
width: 80%;
|
|
/* background: #111111; */
|
|
/* font-size: 20px; */
|
|
word-wrap: break-word;
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
h1 {
|
|
margin-top: 1em;
|
|
text-align: center;
|
|
position: relative;
|
|
font-size: 1.6em;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 1.3em;
|
|
color: steelblue;
|
|
}
|
|
|
|
p {
|
|
font-size: 0.9em;
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
a:link {
|
|
color: pink;
|
|
}
|
|
|
|
a:visited {
|
|
color: pink;
|
|
}
|
|
|
|
li {
|
|
margin-top: 1vh;
|
|
margin-bottom: 1vh;
|
|
font-size: 0.9em;
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
footer {
|
|
text-align: center;
|
|
padding: 1em;
|
|
}
|
|
|
|
.qa {
|
|
margin-top: 1vh;
|
|
margin-bottom: 1vh;
|
|
}
|
|
|
|
.THEYGLOW {
|
|
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px lime, 0 0 40px #04e669,
|
|
0 0 50px #34ff1b, 0 0 60px #25fa2b, 0 0 70px #02ec55;
|
|
}
|
|
|
|
.langglow {
|
|
text-shadow: 1px 2px 11px rgb(255, 255, 255);
|
|
}
|
|
|
|
|
|
.box{
|
|
position: relative;
|
|
text-align: center;
|
|
width: 1%;
|
|
/* margin-right: 100%; */
|
|
|
|
margin-top: 9ch;
|
|
/* height: 96vh; */
|
|
border: 4px solid #60976b83;
|
|
|
|
margin: auto;
|
|
}
|