summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2023-06-22 17:39:45 +0200
committerMartial Simon <msimon_fr@hotmail.com>2023-06-22 17:39:45 +0200
commitf9f707ab649abc928b86c9010ae358d72d955412 (patch)
treea1507c27089ae7ae95c96da7a601bc088df95bb1 /style.css
parentea4c2aecbbf947a70b7ba77a8b547edf27d9c477 (diff)
feat: completed music
Diffstat (limited to 'style.css')
-rw-r--r--style.css15
1 files changed, 15 insertions, 0 deletions
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;