website/style.css

37 lines
683 B
CSS
Raw Normal View History

2022-12-12 03:23:54 -03:00
html {
background-color: #111111;
font-family: DejaVu Sans Mono, monospace;
/* background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.855), rgba(16, 16, 16, 0.855)), url(./assets/bg.png); */
}
.content {
color: aliceblue;
padding: 0px px;
margin: 0 auto;
width: 50%;
background: #111111;
font-size: 20px;
word-wrap: break-word;
line-height: 1.2em;
}
h1 {
text-align: center;
position: relative;
}
p {
font-size: 13px;
line-height: 1.5em;
}
/*
.box{
position: relative;
text-align: center;
width: 98%;
margin-top: 9ch;
height: 96vh;
border: 4px solid #323232;
margin: auto;
} */