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>
This commit is contained in:
29
zoesch.de/test/wetter_has/css/custom.css
Normal file
29
zoesch.de/test/wetter_has/css/custom.css
Normal file
@@ -0,0 +1,29 @@
|
||||
/*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);
|
||||
}
|
||||
Reference in New Issue
Block a user