Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ <h3>Get into the world of Technical Writing and experience <br/> the power of kn
Submit Blog
</a>
<a href="https://github.com/keploy/writers-program/blob/main/README.md" class="btn btn--stroke">
Know More
See Guidelines
</a>
</div>
</div>
Expand All @@ -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