Untitled
unknown
plain_text
a year ago
664 B
13
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