- zoesch.de - blitzkiste.net - gruene-hassberge (norbert.zoesch.de) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
16 lines
216 B
CSS
16 lines
216 B
CSS
nav {
|
|
background-color: #CCCCDE;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
nav a {
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
color: #000;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
nav a:hover {
|
|
text-decoration: underline;
|
|
}
|