[IMP] extras: add some css

This commit is contained in:
Géry Debongnie
2019-05-29 10:19:45 +02:00
parent 681983142d
commit 94208d9cbb
2 changed files with 53 additions and 17 deletions
+23
View File
@@ -0,0 +1,23 @@
body {
font-family: sans-serif;
}
.title, .section {
width: 768px;
margin: auto;
}
.title div {
color: #333333;
font-style: italic;
}
.section {
background-color: #d5d5d5;
padding: 16px;
margin-top: 10px;
margin-bottom: 10px;
}
.links a {
margin: 10px 5px;
}