Skip to content

Commit cb25708

Browse files
committed
added css and top margin of footer section in resources webpage
1 parent e0db7dc commit cb25708

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

website2.0/resources.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,17 @@ input:checked + .switch {
107107

108108
input:checked + .switch:before {
109109
transform: translateX(26px);
110+
}
111+
.marg{
112+
margin-bottom: 20px;
113+
}
114+
.footer{
115+
gap: 11px;
116+
width: 100%;
117+
display: flex;
118+
justify-content: center;
119+
text-align: center;
120+
align-items: center;
121+
flex-direction: column;
122+
margin-top: 5rem;
110123
}

website2.0/resources.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
});
7272
</script>
7373
<!-- footer-section -->
74-
<br><br>
7574
<div class="marg">
7675
<div class="footer">
7776
<p class="iconsclass mm">

0 commit comments

Comments
 (0)