Skip to content

Commit

Permalink
Create style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebou12 authored Jul 4, 2024
1 parent 33ff700 commit b85ea35
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}

.container {
background-color: #fff;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
text-align: center;
}

.input-group {
margin-bottom: 15px;
}

.input-group label {
margin-right: 10px;
}

#results {
margin-top: 20px;
}

0 comments on commit b85ea35

Please sign in to comment.