Update styles.css

This commit is contained in:
gr00tie 2023-11-15 22:14:17 +01:00 committed by GitHub
parent c87328b966
commit 6cbeedf982

View file

@ -71,7 +71,7 @@ header, main, footer {
min-width: 800px; min-width: 800px;
margin: 5px auto; margin: 5px auto;
padding: 10px; padding: 10px;
border: 1px solid rgb(255, 255, 255); /*border: 1px solid rgb(255, 255, 255);*/
border-radius: 10px; border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
} }
@ -87,13 +87,14 @@ header h1 {
} }
section h2 { section h2 {
border-bottom: 1px solid white;
margin-bottom: 10px; margin-bottom: 10px;
padding-bottom: 5px; padding-bottom: 5px;
font-family: 'Bungee Spice'; font-family: 'Bungee Spice';
text-align: center; /* Centers the text horizontally */ text-align: center; /* Centers the text horizontally */
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
margin-top: 40px;
margin-bottom: 30px;
} }