feat: ✨ add basic first website nibbles
This commit is contained in:
parent
24167ed96c
commit
ef96bd935b
6 changed files with 67 additions and 0 deletions
14
src/dergstyle.css
Normal file
14
src/dergstyle.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
body {
|
||||
color: #ddd;
|
||||
background: #151515;
|
||||
}
|
||||
|
||||
#big_title {
|
||||
text-align: center;
|
||||
margin-bottom: 0.3em;
|
||||
}
|
||||
#title_separator {
|
||||
height: 2px;
|
||||
background-color: #ddd;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue