Skip to content

Commit bba9b2c

Browse files
committed
Attempting cool things with the footer!! (Moving t
he logos around until it works...)
1 parent 2948757 commit bba9b2c

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

404.html

+14-11
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,20 @@ <h4> Content not found. </h4>
109109
</style>
110110
</div>
111111

112-
<footer class="footer" style="background-color: #1e2021; width: 100%; margin: auto;">
113-
<div class="Logos">
114-
<ul class="icons" style="list-style-type: none; margin: auto;">
115-
<li><a href="https://github.com/DaytonWallace"><img src="src/assets/logos/github-mark.png" class="GitHubLogo" alt="GitHubLogo" style="max-width: 3vw; height: auto; margin-left: 43.5vw;"></a></li>
116-
<li><a href="https://www.beatstars.com/suclerious"><img src="src/assets/logos/SYMBOL - DARK.png" class="BeatStarsLogo" style="max-width: 2vw; height: auto; margin-left: 2.5vw; display: inline-block;"/></a></li>
117-
</ul>
118-
</div>
112+
<footer class="footer" style="background-color: #1e2021; width: 100%; margin: auto;">
113+
<div class="Logos" style="margin: auto;">
114+
<ul class="icons" style="list-style-type: none; margin: auto;">
115+
<li><a href="https://github.com/DaytonWallace"><img src="src/assets/logos/github-mark.png" class="GitHubLogo" alt="GitHubLogo" style="max-width: 3vw;"></a></li>
116+
<li><a href="https://www.beatstars.com/suclerious"><img src="src/assets/logos/SYMBOL - DARK.png" class="BeatStarsLogo" style="max-width: 2vw;"/></a></li>
117+
</ul>
118+
</div>
119+
<br>
120+
<br>
121+
<br>
119122

120-
<ul class="copyright" style="list-style-type: none; text-align: center; margin-left: -3vw">
121-
<li style="color: #A9A9A9">© Suclerious. All rights reserved.</li>
122-
</ul>
123-
</footer>
123+
<ul class="copyright" style="list-style-type: none; text-align: center; margin-left: -3vw">
124+
<li style="color: #A9A9A9">© Suclerious. All rights reserved.</li>
125+
</ul>
126+
</footer>
124127
</body>
125128
</html>

0 commit comments

Comments
 (0)