Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafamohab authored Oct 2, 2024
1 parent e710cb6 commit 336eae7
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,43 +119,26 @@ h4:had(>button.accordion){
position: relative;
}

.timeline::after {
position: absolute;
width: 6px;
background-color: #ddd;
top: 0;
bottom: 0;
}

.timeline-item {
position: relative;
margin-bottom: 40px;
width: auto;
}

.timeline-icon {
position: absolute;
top: 0;
width: 20px;
height: 20px;
background-color: #007bff;
/* Example icon color */
}

.timeline-content .timeline-title {
font-weight: bold;
font-size: 1.2em;
font-size: 1.5em;
margin-bottom: 5px;
}

.timeline-content .timeline-company {
color: #666;
font-style: italic;
margin-bottom: 10px;
margin-bottom: 5px;
}

.timeline-content .timeline-responsibilities li {
margin-bottom: 5px;
margin-bottom: 0px;
}

/* personal styling */
Expand Down

0 comments on commit 336eae7

Please sign in to comment.