Update index.html

This commit is contained in:
Sam 2023-03-14 17:26:19 +03:00 committed by GitHub
parent f30642ff2d
commit 59b4b029c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -304,14 +304,14 @@
<!-- Box 21 >> 21 Day To 40 -->
<div id="day21" class="box">
<img src="img/1.jpg" alt="">
<img src="img/21.jpg" alt="21">
<div class="content">
<h3>Day 21</h3>
<p>lorem !!</p>
<p>Background Color Change</p>
</div>
<div class="info">
<a class="live-demo" href="https://">Live Demo <i class="fa-solid fa-right-long"></i> </a>
<a class="source" href="https://github.com/x39OME" target="_blank"><i class="fa-brands fa-github"></i></a>
<a class="live-demo" href="https://background-color-change-js.netlify.app/">Live Demo <i class="fa-solid fa-right-long"></i></a>
<a class="source" href="https://github.com/x39OME/100_project_100_days/tree/main/100_projects/21-background-color-change" target="_blank"><i class="fa-brands fa-github"></i></a>
</div>
</div>
<!-- Box 22 -->