Skip to content

Commit 881129f

Browse files
Update cv.html
1 parent 243ccd8 commit 881129f

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

cv.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,22 @@
258258
font-weight: bold;
259259
color: #0073e6;
260260
margin-left: 5px;
261+
padding: 5px;
262+
border-radius: 50%; /* Makes the icon circular */
263+
background-color: #f1f1f1; /* Light gray background for contrast */
264+
display: inline-flex;
265+
justify-content: center;
266+
align-items: center;
267+
width: 20px;
268+
height: 20px;
269+
text-align: center;
270+
line-height: 18px; /* Ensures the text is centered inside the circle */
271+
transition: background-color 0.3s ease;
272+
}
273+
274+
.info-icon:hover {
275+
background-color: #0073e6;
276+
color: white;
261277
}
262278

263279
.info-box {
@@ -309,7 +325,7 @@ <h1>Hariprashad Ravikumar</h1>
309325
</ul>
310326
</nav>
311327

312-
<main>
328+
<main>
313329
<div class="download-container">
314330
<p id="cv-date">(Current as of <span id="cv-date-text"></span>) <span id="info-icon" class="info-icon">i</span></p>
315331
<a href="cv/CV_HARI.pdf" class="download-button" target="_blank">Download Full CV</a>

0 commit comments

Comments
 (0)