INF.03-01-21.06-SG/styl_1.css
toja@example.com 7eb8b127d8 layout
2025-02-12 11:50:02 +01:00

46 lines
603 B
CSS

body {
background: #F6E5DC;
font-family: Verdana;
}
header {
background: #2F180C;
text-align: center;
color: khaki;
height: 60px;
}
#lewy {
width: 60%;
float: left;
}
#prawy {
font-size: 150%;
padding: 70px;
float: left;
}
#dolny {
background: #D0B6A8;
text-align: center;
padding: 30px;
clear: both;
}
footer {
background: #2F180C;
color: khaki;
height: 60px;
}
img {
height: 350px;
}
button {
margin: 10px;
padding: 5px;
background: #2F180C;
color: khaki;
}