Skip to content

Commit

Permalink
add css file
Browse files Browse the repository at this point in the history
  • Loading branch information
That-Git committed Jun 2, 2024
1 parent 2e230a5 commit 7d7680c
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
body {
font-family: arial;
background-color: #45475a;
color: #cdd6f4;
display: flex;
align-items: center;
justify-content: center;
margin: 0px;
overflow: hidden;
}
section {
background-color: #1e1e2e;
color: #89b4fa;
border-radius: 20px;
padding: 30px;
padding-left: 60px;
padding-right: 60px;
padding-bottom: 5px;
margin: 10%;
margin-top: 2%;
margin-bottom: 2%;
}
h1, h2 {
text-align: center;
}
h1 {
font-size: 1000%;
margin-bottom: 6%;
margin-top: 5%;
}
h2 {
font-size: 250%;
padding-bottom: 5%;
}
li {
padding: 2%;
font-size: 24px;
}

0 comments on commit 7d7680c

Please sign in to comment.