Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadzaid1 authored Dec 16, 2024
1 parent 34c09c9 commit b2657b3
Showing 1 changed file with 7 additions and 28 deletions.
35 changes: 7 additions & 28 deletions timeLineManager/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ select {
button {
background-color: #8b4513;
color: #fff9e6;
margin-left: 150px;
border: none;
padding: 12px 25px;
border-radius: 8px;
Expand Down Expand Up @@ -206,34 +207,33 @@ button:hover {
}

.event-icon {
text-align: center;
font-size: 24px;
color: #8b4513;
margin-bottom: 10px;
}

.event-image {
width: 100%;
height: 150px;
object-fit: cover;
border-radius: 8px;
margin-bottom: 15px;
}

.event-date {
text-align: center;
font-size: 0.9em;
color: #666;
margin-bottom: 8px;
font-style: italic;
}

.event-title {
text-align: center;

font-size: 1.2em;
font-weight: bold;
margin-bottom: 10px;
color: #4a2810;
}

.event-description {
text-align: center;

font-size: 0.95em;
color: #2c1810;
line-height: 1.6;
Expand All @@ -250,24 +250,3 @@ button:hover {
transform: translate(-50%, -50%);
box-shadow: 0 0 10px rgba(139, 69, 19, 0.3);
}

.scroll-container {
margin-top: 20px;
text-align: center;
}

.scroll-button {
background-color: #8b4513;
color: #fff9e6;
border: none;
padding: 10px 20px;
margin: 0 10px;
border-radius: 5px;
cursor: pointer;
font-size: 1em;
transition: all 0.3s ease;
}

.scroll-button:hover {
background-color: #6b3410;
}

0 comments on commit b2657b3

Please sign in to comment.