Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath7472 authored Apr 7, 2024
1 parent 2c7ddf8 commit 4435b2f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
display: inline-block; /* Treats each link like a block for styling */
color: #1E242B; /* Text color */
text-decoration: none;
font-size: 14px;
font-size: 10px;
margin: 5px; /* Space between each "box" */
padding: 1px 10px; /* Padding inside each "box" */
background-color: #2AD87F; /* Background color of each "box" */
Expand Down Expand Up @@ -105,6 +105,7 @@
display: flex; /* Enables flexbox layout */
width: 100%; /* Takes full width of its parent */
position: relative; /* Allows absolute positioning of header and socialLinks */
padding-bottom: 20px;

}

Expand Down Expand Up @@ -144,9 +145,10 @@
}

.socialLinks a, .portfolio_links a {
font-size: 12px;
font-size: 10px;
color: #52a77b;
text-decoration: none;
padding-bottom: 2px;
}

@media (max-width: 768px) {
Expand Down Expand Up @@ -206,9 +208,9 @@
<div class="name-container">

<div class="nameIntro" style="display: flex;align-items: center;justify-content: center;flex-wrap: wrap;">
<h1 style="font-weight: 200; font-size: 26px;padding-right: 8px;line-height: 0.5;">Hey there, I am</h1>
<h1 style="padding-right: 8px; margin: 0;font-size: 50px;line-height: 0.5;">Manjunath</h1>
<h1 style="font-weight: 400; margin: 0; font-size: 50px;">Karanth</h1>
<h1 style="font-weight: 200; font-size: 12px;padding-right: 8px;line-height: 0.5;">Hey there, I am</h1>
<h1 style="padding-right: 8px; margin: 0;font-size: 25px;line-height: 0.5;">Manjunath</h1>
<h1 style="font-weight: 400; margin: 0; font-size: 25px;">Karanth</h1>
</div>

<!-- <h1 class="myRoles" style="font-weight: 200; font-size: 16px; margin: 0;align-items: center;margin-top: 0;">
Expand Down

0 comments on commit 4435b2f

Please sign in to comment.