Skip to content
Open
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
1 change: 1 addition & 0 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ img{
.home__img{
width: 300px;
justify-self: center;
border-radius: 20%;
}

/*========== BUTTONS ==========*/
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</div>
</nav>
</header>

<!-- Test by Nishant -->
<main class="l-main">
<!--========== HOME ==========-->
<section class="home" id="home">
Expand Down Expand Up @@ -225,7 +225,7 @@ <h3 class="footer__title">Adress</h3>
</div>
</div>

<p class="footer__copy">&#169; 2020 Bedimcode. All right reserved</p>
<p class="footer__copy">&#169; 2022 Bedimcode. All right reserved</p>
</footer>

<!--========== SCROLL REVEAL ==========-->
Expand Down