.cf16 {
width: 100%;
padding: 64px 32px 48px;
background: #fafaf7;
color: #1a1a1a;
font-family: ui-serif, Georgia, "Times New Roman", serif;
box-sizing: border-box;
text-align: center;
}
.cf16inner {
max-width: 720px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
}
.cf16rule {
width: 64px;
height: 1px;
background: #1a1a1a;
margin-bottom: 36px;
opacity: 0.5;
}
.cf16wordmark {
font-family: ui-serif, Georgia, "Times New Roman", serif;
font-weight: 700;
font-size: 48px;
line-height: 1;
letter-spacing: -0.02em;
color: #1a1a1a;
margin-bottom: 28px;
}
.cf16nav {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: baseline;
gap: 14px;
margin-bottom: 32px;
}
.cf16nav a {
font-family: ui-sans-serif, system-ui, sans-serif;
font-weight: 500;
font-size: 14px;
letter-spacing: 0.01em;
color: #4a4a4a;
text-decoration: none;
transition: color 0.2s;
}
.cf16nav a:hover {
color: #1a1a1a;
}
.cf16nav span {
color: #c4c4c4;
font-size: 14px;
user-select: none;
}
.cf16meta {
font-family: ui-serif, Georgia, "Times New Roman", serif;
font-style: italic;
font-size: 13px;
color: #8a8a8a;
}
@media (max-width: 600px) {
.cf16 {
padding: 48px 24px 36px;
}
.cf16wordmark {
font-size: 38px;
}
.cf16nav {
gap: 10px;
}
.cf16nav a {
font-size: 13px;
}
} <footer class="cf16">
<div class="cf16inner">
<div class="cf16rule" aria-hidden="true"></div>
<div class="cf16wordmark">Atlas</div>
<nav class="cf16nav">
<a href="#">About</a>
<span aria-hidden="true">·</span>
<a href="#">Pricing</a>
<span aria-hidden="true">·</span>
<a href="#">Docs</a>
<span aria-hidden="true">·</span>
<a href="#">Contact</a>
<span aria-hidden="true">·</span>
<a href="#">Privacy</a>
</nav>
<div class="cf16meta">© 2026 Atlas Studio · Made in Brooklyn</div>
</div>
</footer> Live preview Edit any tab — preview updates live Ready