Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.41 KB | None | 0 0
  1. @CHARSET "UTF-8";
  2. .wrapper{
  3.     float:left;
  4.     width:60%;
  5. }
  6. .div_1{
  7.     background-color:#ff0000;
  8.     color:192889;
  9.     width:100%;
  10. }
  11. .div_2{
  12.     background-color:#5a17d5;
  13.     color:192889;
  14.     width:39%;
  15.     float:right;
  16. }
  17. .div_3{
  18.     background-color:#c494ff;
  19.     color:192889;
  20.     width:100%;
  21. }
  22. .div_4{
  23.     background-color:#eaa577;
  24.     color:192889;
  25.     width:100%;
  26.     float:left;
  27. }
  28. .div_5{
  29.     background-color:#67d211;
  30.     color:192889;
  31.     width:100%;
  32.     float:left;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement