commit 3a04ce6c479b23899ce0192ade7911b3d1dafef2
parent e483175231701a43b7c311044a0faeefbfc9fa90
Author: Joris Vink <joris@coders.se>
Date: Wed, 15 Jun 2022 14:55:17 +0200
css mastery
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/www/style.css b/www/style.css
@@ -11,11 +11,13 @@ body {
h1 {
margin-top: 25px;
margin-bottom: 25px;
+ border-bottom: 1px solid #ccc;
}
h2 {
margin-top: 35px;
margin-bottom: 10px;
+ border-bottom: 1px solid #ccc;
}
ul {
@@ -45,6 +47,8 @@ code {
color: black;
padding: 5px;
border-radius: 5px;
+ padding-bottom: 20px;
+ white-space: pre-wrap;
display: block;
font-family: 'Courier New', monospace;
}