ammarkids / footer.html
darsoarafa's picture
Update footer.html
86cf04f verified
raw
history blame contribute delete
955 Bytes
<div style="
display: flex;
flex-direction: column;
background: linear-gradient(45deg, #1a1a1a 0%, #333333 100%);
padding: 24px;
gap: 24px;
border-radius: 8px;
align-items: center;
">
<div style="display: flex; justify-content: center; gap: 8px;">
<h1 style="
font-size: 24px;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
">
</h1>
</div>
<div style="max-width: 790px; text-align: center; display: flex; flex-direction: column; gap: 12px; font-family: Arial, Helvetica, sans-serif;
">
<div>
<div style="text-align: center;">
</div>
<p style="
line-height: 1.6rem;
font-size: 16px;
opacity: 0.8;
">
</p>
</div>
<div>
<p style="
line-height: 1.6rem;
font-size: 16px;
opacity: 0.8;
">
</p>
</div>
</div>
</div>