Guest User

Untitled

a guest
Jun 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. .fl {width: 100%;}
  2. .fl .bk {float: left;}
  3.  
  4. .bk:nth-child(1){ position:relative; width:300px; height:300px; background-color:#066;}
  5. .bk:nth-child(2){ position:relative; width:300px; height:300px; background-color:#06F;}
  6. .bk:nth-child(3){ position:relative; width:300px; height:300px; background-color:#C30;}
  7.  
  8. <div class="fl">
  9. <div class="bk">1</div>
  10. <div class="bk">2</div>
  11. <div class="bk">3</div>
  12. </div>
Add Comment
Please, Sign In to add comment