diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -50,6 +50,7 @@ a{ .content{ margin: auto; margin-top: 2%; + margin-bottom: 2%; padding: 1%; width: 75%; background-color: rgba(220, 237, 200, 0.65); @@ -61,6 +62,20 @@ a{ font-family: tintin; } +.content h1{ + text-decoration: underline; +} + +.matos{ + display: flex; + flex-wrap: wrap; + justify-content: space-around; +} + +.matos ul{ + text-align: left; +} + .section-sep{ border: none; border-top: 2px solid skyblue; |
