Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 6 additions & 35 deletions css/about.css
Original file line number Diff line number Diff line change
@@ -1,38 +1,9 @@
.about-section {
margin-top: 70px;
padding-top: 40px;
background: linear-gradient(135deg, rgba(28, 31, 36, 0.8), rgba(45, 59, 69, 0.8), rgba(0, 0, 0, 0.8));
color: #dfe1e5;
text-align: center;
height: 82vh;
background-repeat: no-repeat;
background-size: cover;
position: relative;
overflow: hidden;
body.light-mode {
background-color: white;
color: black;
}

.about-section h2 {
font-size: 36px;
margin-bottom: 20px;
}

.about-section p {
font-size: 18px;
line-height: 1.6;
max-width: 800px;
margin: 0 auto 20px auto;
}

.about-section a {
display: inline-block;
padding: 10px 20px;
background-color: #007BFF;
color: white;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s;
}

.about-section a:hover {
background-color: #0056b3;
body.dark-mode {
background-color: black;
color: white;
}