Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
femiolamijulo authored Jan 13, 2024
1 parent 4971a0f commit 8b7f33f
Showing 1 changed file with 17 additions and 23 deletions.
40 changes: 17 additions & 23 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,33 +1,27 @@
body {
font-family: Arial, sans-serif;
background-color: #e8f5e9; /* Light green background */
color: #1b5e20; /* Dark green text */
.header {
text-align: left;
padding: 10px;
}

.header {
background-color: #4caf50; /* Green header */
color: white;
text-align: center;
padding: 10px 0;
.header img {
height: 60px;
}

.about-button {
display: inline-block;
padding: 10px 20px;
margin: 20px;
background-color: #66bb6a; /* Medium green button */
.header h1 {
margin-top: 0;
}

.button {
display: block;
margin-top: 10px;
padding: 10px;
background-color: #4caf50; /* Example background color */
color: white;
text-decoration: none;
border-radius: 5px;
text-align: center;
}

.about-button:hover {
background-color: #81c784; /* Lighter green on hover */
transition: box-shadow 0.3s ease-in-out;
}

.centered-iframe {
display: flex;
justify-content: center;
align-items: center;
.button:hover {
box-shadow: 0 0 8px 2px #66bb6a; /* Green glow */
}

0 comments on commit 8b7f33f

Please sign in to comment.