Untitled
unknown
plain_text
2 years ago
664 B
17
Indexable
* {
font-family: Georgia;
margin: 0 auto;
}
.container {
display: flex;
}
.lewy {
background-color: maroon;
color: white;
height: 600px;
width: 30%;
}
.prawy {
background-color: maroon;
color: white;
height: 600px;
width: 70%;
;
}
.prawy * {
float: left;
}
.prawy p {
float: left;
}
li {
clear: both;
}
footer {
background-color: dimgray;
color: white;
clear: both;
}
p {
margin: 10px;
}
#Indigo {
background-color: indigo;
}
#SteelBlue {
background-color: steelblue;
}
#Olive {
background-color: olive;
}Editor is loading...
Leave a Comment