From f9f707ab649abc928b86c9010ae358d72d955412 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Thu, 22 Jun 2023 17:39:45 +0200 Subject: feat: completed music --- style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index c22f5b0..5094969 100644 --- a/style.css +++ b/style.css @@ -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; -- cgit v1.2.3