File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments