Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
StefRuseva88 authored May 7, 2024
1 parent fff6603 commit 69a3209
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,25 @@ section#education .education img {
margin-bottom: 20px;
}

/* Blog section styles */
.blog-sidebar {
width: 30%; /* Adjust the width as needed */
float: right;
background-color: #444; /* Dark gray background */
padding: 20px;
color: #fff; /* White font color */
}

.blog-sidebar h3 {
color: #fff; /* White font color for section titles */
}

.blog-content {
width: 70%; /* Adjust the width as needed */
float: left;
padding: 20px;
}

footer {
text-align: center;
margin-top: 20px;
Expand Down

0 comments on commit 69a3209

Please sign in to comment.