Skip to content

Commit

Permalink
Enhanced UI Consistency in Experience Section Issue 131
Browse files Browse the repository at this point in the history
  • Loading branch information
Anomasingh committed Jan 21, 2024
1 parent f4808bb commit 11d433b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,7 @@ h2 {
width: 50%;
height: auto;
padding: 15px 20px;
box-shadow: 1px 1px 25px #000;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
border-radius: 10px;
margin-bottom: 20px;
position: relative;
Expand All @@ -1491,23 +1491,23 @@ h2 {

.exp ul li .title {
font-size: 20px;
font-weight: 900;
font-weight: 300;
color: #3498db;
margin-bottom: 6px;
}

.exp ul li p {
font-size: 15px;
font-weight: 600;
color: #48aaeb;
font-weight: 200;
color: #000000;
margin: 5px 0;
line-height: 23px;
}

ul li a {
font-size: 15px;
font-weight: 700;
color: #000;
font-size: 14px;
font-weight: 150;
color: #ff0000;
text-decoration: none;
}

Expand All @@ -1526,12 +1526,12 @@ ul li .date {
width: 135px;
height: 35px;
border-radius: 10px;
color: #000;
background-image: linear-gradient(to right, #3498db, #7cbde9);
color: #ffffff;
background-image: linear-gradient(to right, #3498db, #5bb2eb);
display: grid;
place-items: center;
font-size: 16px;
font-weight: 600;
font-weight: 550;
}

ul li:nth-child(odd) .date {
Expand Down

0 comments on commit 11d433b

Please sign in to comment.