You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.3 KiB
64 lines
1.3 KiB
<div class="footerContainer" xmlns="http://www.w3.org/1999/html"> |
|
<div class="footerDivider"></div> |
|
|
|
<div class="footerDisclaimer"> |
|
This website is fan-made and not affiliated with <b>SunSpear Games</b> in any way. |
|
</div> |
|
</div> |
|
|
|
|
|
<style> |
|
.footerIcon { |
|
font-size: 24px; |
|
padding: 8px; |
|
background-color: rgba(255, 255, 255, 0.05); |
|
border: 2px solid rgba(255, 255, 255, 0.1); |
|
border-radius: 6px; |
|
line-height: 0; |
|
} |
|
|
|
.footerIcon:hover { |
|
color: #8fc5ff; |
|
background-color: rgba(200, 200, 255, 0.1); |
|
border: 2px solid rgba(140, 140, 255, 0.4); |
|
} |
|
|
|
|
|
.footerContainer { |
|
width: 100%; |
|
display: flex; |
|
flex-direction: column; |
|
justify-content: center; |
|
padding-top: 8px; |
|
padding-bottom: 102px; |
|
gap: 24px; |
|
} |
|
|
|
.footerSocials { |
|
display: flex; |
|
flex-direction: row; |
|
gap: 16px; |
|
justify-content: center; |
|
margin: auto; |
|
} |
|
|
|
.footerDivider { |
|
background-color: rgba(255, 255, 255, 0.12); |
|
height: 1px; |
|
width: 128px; |
|
margin: auto; |
|
} |
|
|
|
|
|
.footerLastUpdated { |
|
text-align: center; |
|
margin: auto; |
|
} |
|
|
|
.footerDisclaimer { |
|
text-align: center; |
|
margin: auto; |
|
margin-top: 12px; |
|
} |
|
|
|
</style> |