html stuff ; very boring boilerplate stuff
This commit is contained in:
20
html/wm/styles/styles.css
Normal file
20
html/wm/styles/styles.css
Normal file
@@ -0,0 +1,20 @@
|
||||
body {
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#h1_under {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
ul li {
|
||||
margin: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user