Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielenava authored Oct 8, 2023
1 parent aca2f1a commit a0dca47
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
/* Your CSS styles here */
header {
display: none;
background-color: #FCD6CB;
}

body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #FCD6CB;
}

/* Additional CSS rules */
Expand All @@ -26,7 +22,3 @@ body {
font-size: 24px; /* Adjust the size as needed */
/* Add any other custom styles for the envelope emoji */
}

.your-div {
margin-bottom: 20px;
}

0 comments on commit a0dca47

Please sign in to comment.