Skip to content

Commit

Permalink
I think it's done
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuwan214 committed Dec 3, 2023
1 parent b7dbcf7 commit a316b39
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ <h2>Bhuwan kathayat</h2>
<div class="line"></div>
<h2>Bhuwan Kathayat</h2>
<h3>Web Designer</h3>
<button>resume</button>
<button >hire me</button>
<div class="button">
<button>resume</button>
<button >hire me</button>
</div>

<div class="social-handle">

<a href="" target="_blank"><li><img src="nav logo/linkedin.png" alt="linkedin logo"></li></a>
Expand Down
12 changes: 8 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ button:hover {
}

.profile-box2{
width: 95vw;
width: 92vw;
height: 60%;
top: 75px;
left: 15px;
Expand All @@ -237,7 +237,7 @@ button:hover {
width: 300px;
font-size: 25px;
position: relative;
top: 550px;
top: 538px;
}

.right-box>h3{
Expand All @@ -246,13 +246,13 @@ top: 550px;
width: 300px;
font-size: 15px;
position: relative;
top: 550px;
top: 540px;
left: 38px;
}

.button{
display: flex;
margin: 10px;
margin: 20px;

}

Expand All @@ -264,6 +264,10 @@ top: 550px;
left: 120px;
}

.social-handle{
top: 560px;
left: 200px;
}

/* Hidden content for layout*/

Expand Down

0 comments on commit a316b39

Please sign in to comment.