EduardET

archive boxes

Feb 6th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.12 KB | None | 0 0
  1. @media (min-width: 981px) {
  2.     .left-box {
  3.         float: left;
  4.         width: 40%;
  5.     }
  6.     .right-box {
  7.         float: right;
  8.         width: 56%;
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment