Guest User

Untitled

a guest
Jun 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <div class="right">
  2. <div class="background">
  3.  
  4. </div>
  5. </div>
  6.  
  7. .background {
  8. background: blue;
  9. width:100%;
  10. height:100%;
  11. transform: rotate(-10deg);
  12. }
  13.  
  14. .right {
  15. position:absolute;
  16. right:-10%;
  17. top:-10%;
  18. width:60%;
  19. height:120%;
  20. }
Add Comment
Please, Sign In to add comment