Guest User

Untitled

a guest
Jun 21st, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <div class="box">
  2. <div class="box__red"></div><div class="box__green"></div>
  3. </div>
  4.  
  5. .box__green, .box__red {
  6. width: 50%;
  7. height: 50px;
  8. display: inline-block;
  9. }
  10.  
  11. .box__green {
  12. background-color: green;
  13. }
  14.  
  15. .box__red {
  16. background-color: red;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment