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
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ <h4 class="mt-4">Completed Tasks</h4>
</div>
</main>
<footer>

<div class="footer-1">
<div class="content">
<div class="left box">
Expand All @@ -100,9 +101,9 @@ <h4 class="mt-4">Completed Tasks</h4>
<div class="topic">General Message </div>
<div><a href="#">LET'S DO IT,</a></div>
<div><a href="#">KickStart Your OpenSource Journey From Here.</a></div>
<div><a href="#"><i class="fa fa-smile-o" , style="color:#e0b02c"></i>
<i class="fa fa-smile-o" , style="color:#e0b02c"></i>
<i class="fa fa-smile-o" , style="color:#e0b02c"></i></a></div>
<div><a href="#"><i class="fa fa-smile-o" , style="color:#dbac29"></i>
<i class="fa fa-smile-o" , style="color:#dbac29"></i>
<i class="fa fa-smile-o" , style="color:#dbac29"></i></a></div>
</div>
<div class="right box">
<div class="topic">Feedback</div>
Expand All @@ -119,8 +120,11 @@ <h4 class="mt-4">Completed Tasks</h4>
</div>
</form>
</div>
<br>

</div>
<div class="bottom">
<hr>
<div class="bottom" style="text-align: center">
<p>Copyright © 2021 <a href="#"> @ OpenSource </a> All rights reserved</p>

</div>
Expand Down
16 changes: 14 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ body {
display: grid;
grid-template-rows: auto 1fr auto;
}
ul,
body {
ul,body {
position: relative;
}

Expand Down Expand Up @@ -46,6 +45,11 @@ h4 {
font-weight: 500;
}

h5 {
font-family: "Poppins";
text-align: center;
}

.mt-3{
position: relative;
background: rgba(255, 255, 255, 0.5);;
Expand Down Expand Up @@ -221,6 +225,14 @@ footer a:hover {
padding-left: 0;
}
}

hr{
width: 90%;
border: 0;
border-bottom: 1px solid rgb(255, 255, 255);
margin: 20px auto;
}

/* FOOTER styling over here */
/*
footer{
Expand Down