Files
Felix Zösch 07c290a453 Initial commit: Backup der Webseiten
- 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>
2025-12-13 01:17:15 +01:00

30 lines
463 B
CSS

/*Custom CSS*/
body {
background-image: url("../img/background.jpg");
background-size: cover;
}
.navbar {
height: 60px;
border-radius: 0!important;
background-color: #D9DADB;
}
.navb {max-width: 1170px;}
.navbar-header img {
width: 150px;
}
.weather {
max-width: 1170px;
width: 100%;
}
h1 {
margin-bottom: 30px;
color: #fff;
}
table {
font-size: 1em;
font-family: "Roboto", sans-serif;
}
td {
background-color: rgba(255,255,255, 0.6);
}