Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. .container-hs {
  2.     padding: 9rem 4rem;
  3.     display: flex;
  4.     justify-content: space-between;
  5. }
  6.  
  7. .box-hs {
  8.     width: 1000px;
  9.     height: 510px;
  10.     background: #DD7602;
  11. }
  12.  
  13. .hs-img img {
  14.     position: absolute;
  15.     width: 700px;
  16.     left: 10%;
  17.     top: 40%;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement