Skip to content

Commit

Permalink
feat: added bunny to the hero banner
Browse files Browse the repository at this point in the history
Signed-off-by: Shashwat79802 <[email protected]>
  • Loading branch information
Shashwat79802 committed Dec 5, 2023
1 parent e14426a commit 7616148
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1903,6 +1903,16 @@ button::-moz-focus-inner, input::-moz-focus-inner {
bottom: 0;
}

.bunny {
margin: 0;
position: absolute;
top: 52%;
right: 20.4rem;
-webkit-transform: translate3d(0, -50%, 0);
-ms-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}


/* -------------------------------------------------------------------
* ## home social
Expand Down
Binary file added images/bunny.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ <h3>Get into the world of Technical Writing and experience <br/> the power of kn
</div>
<!-- <div class="home-content__line"></div> -->
</div>

<div class="bunny">
<img src="images/bunny.png" alt="Bugs Bunny">
</div>

<!-- end home-content -->
<ul class="home-social">
<li>
Expand Down

0 comments on commit 7616148

Please sign in to comment.