Delete styl.css

This commit is contained in:
rzodkiew 2024-05-24 12:08:27 +00:00
parent 7d6a38b70b
commit 22e4037f77
1 changed files with 0 additions and 56 deletions

View File

@ -1,56 +0,0 @@
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
}