feat(style.css): add stylesheet
This commit is contained in:
20
judas_server/web/static/css/style.css
Normal file
20
judas_server/web/static/css/style.css
Normal file
@@ -0,0 +1,20 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
background-color: #2e3440;
|
||||
color: #eceff4;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
main {
|
||||
padding: 2rem;
|
||||
background-color: #eceff4;
|
||||
color: #2e3440;
|
||||
}
|
||||
Reference in New Issue
Block a user