commit a79ff67d091459769b332b0451c15b351b5ac2b4 Author: rzodkiew Date: Thu May 23 21:12:53 2024 +0000 Add styl.css diff --git a/styl.css b/styl.css new file mode 100644 index 0000000..163c705 --- /dev/null +++ b/styl.css @@ -0,0 +1,56 @@ +body { + margin: 0; + background: #EEEEEE; + font-family: Helvetica; +} + +#kontener { + width: 90%; + margin: auto; +} + +#logo, +#menu { + background: #DDDDDD; + height: 200px; + width: 50%; + padding-top: 10px; + padding-bottom: 10px; + float: left; +} + +#baner { + background: #DDDDDD; + height: 200px; + clear: both; +} + +#glowny { + color: navy; + margin: 50px; + height: 400px; +} + +#stopka { + text-align: right; + background-color: lightblue; + padding: 10px; +} + +button { + background-color: lightblue; + color: navy; +} + +#menu a { + color: navy; + font-size: 150%; + font-weight: bold; + text-decoration: none; + margin: 10px; + padding: 5px; +} + +#menu a:hover { + border: 1px solid navy +} \ No newline at end of file