Posts by Rafael • 31 points
2 posts
-
3
votes2
answers77
viewsA: Float:; not working CSS
Because the . Fl has the same size as the other Divs 300px. Better to use like this: .fl {width: 100%;} .fl .bk {float: left;} .bk:nth-child(1){ position:relative; width:300px; height:300px;…
-
0
votes0
answers330
views