initial commit done , pre peoduction
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
@font-face {
|
||||
font-family: GlitchGoblin;
|
||||
src: url('GlitchGoblin.ttf');
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 60px;
|
||||
color: red;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: 80px;
|
||||
width: 10em;
|
||||
font-family: GlitchGoblin;
|
||||
}
|
||||
|
||||
.info {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.info h2 {
|
||||
margin-right: 10px;
|
||||
display: inline;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.info p {
|
||||
display: inline-block;
|
||||
margin: inline;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #121212;
|
||||
}
|
||||
|
||||
p {
|
||||
color: red;
|
||||
}
|
||||
Reference in New Issue
Block a user