-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
<title>BlackRoad Header</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
</style>
BlackRoad
home
docs
agents
header {
background: #000;
padding: 20px 40px;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #222;
}
.logo {
font-family: 'JetBrains Mono', monospace;
font-size: 1.4rem;
font-weight: 700;
color: #fff;
letter-spacing: 0.05em;
}
nav {
font-family: 'JetBrains Mono', monospace;
font-size: 0.75rem;
font-weight: 400;
color: #666;
display: flex;
gap: 32px;
}
nav a {
color: #666;
text-decoration: none;
transition: color 0.15s;
}
nav a:hover { color: #fff; }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
