website/style.css

74 lines
1.2 KiB
CSS
Raw Normal View History

2022-12-12 03:23:54 -03:00
html {
2022-12-12 04:58:44 -03:00
background-color: #111111;
color: aliceblue;
font-family: DejaVu Sans Mono, monospace;
/* margin-top: 1px; */
/* background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.855), rgba(16, 16, 16, 0.855)), url(./assets/bg.png); */
}
body {
margin-top: 1px;
margin-left: 8px;
margin-bottom: 1px;
margin-right: 8px;
font-size: 1.1em;
}
.link {
color: pink;
2022-12-12 03:23:54 -03:00
}
.content {
2022-12-12 04:58:44 -03:00
/* color: aliceblue; */
padding: 0px 20px;
margin: 0 auto;
width: 50%;
background: #111111;
/* font-size: 20px; */
word-wrap: break-word;
line-height: 1.2em;
2022-12-12 03:23:54 -03:00
}
h1 {
2022-12-12 04:58:44 -03:00
margin-top: 4px;
text-align: center;
position: relative;
font-size: 2em;
}
h2 {
font-size: 1.3em;
color: steelblue;
2022-12-12 03:23:54 -03:00
}
p {
2022-12-12 04:58:44 -03:00
font-size: 0.9em;
line-height: 1.5em;
}
li {
margin-top: 1vh;
margin-bottom: 1vh;
}
.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;
2022-12-12 03:23:54 -03:00
}
/*
.box{
position: relative;
text-align: center;
width: 98%;
margin-top: 9ch;
height: 96vh;
border: 4px solid #323232;
margin: auto;
2022-12-12 04:58:44 -03:00
} */