INF.03-01-21.06-SG/styl_1.css

46 lines
603 B
CSS
Raw Permalink Normal View History

2025-02-12 10:50:02 +00:00
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;
}