Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
n0orw authored Nov 10, 2024
1 parent abd85fc commit 6e0c4d4
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
body {
font-family: Arial, sans-serif;
text-align: center;
background-color: #f5f5f5;
margin: 0;
padding: 0;
}

.container {
max-width: 100%;
padding: 10px;
}

#profile-switch {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 20px;
}

#profile-switch button {
margin: 5px;
padding: 10px 15px;
font-size: 16px;
cursor: pointer;
}

#log-section {
margin-top: 20px;
}

#poop-note {
width: 100%;
height: 100px;
margin-top: 10px;
padding: 10px;
font-size: 14px;
border-radius: 5px;
}

button {
width: 100%;
padding: 10px;
font-size: 18px;
border: none;
background-color: #007bff;
color: white;
border-radius: 5px;
cursor: pointer;
margin-top: 10px;
}

button:hover {
background-color: #0056b3;
}

#month-summary {
margin-top: 20px;
text-align: left;
}

#summary-list {
list-style-type: none;
padding: 0;
}

li {
margin-bottom: 10px;
}

0 comments on commit 6e0c4d4

Please sign in to comment.