Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.75 KB | None | 0 0
  1. <div id="container">
  2.        <div id="box">
  3.          <button type="button">Click Me!</button>
  4.          <img src =https://cdn-media.threadless.com/submissions_wm/609296-496ad81048b2b2aedf053c2cb89543db.jpg style="width:304px;height:228px;"/>
  5.  
  6.          <div id="box2">
  7.            <button type="button">Click Me!</button>
  8.            <img src =https://cdn-media.threadless.com/submissions_wm/609296-496ad81048b2b2aedf053c2cb89543db.jpg style="width:304px;height:228px;"/>
  9.     </div>
  10.   </div>
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. #container {
  19.   position: relative;
  20.   color: #0000
  21. }
  22.  
  23. #box {
  24.   position: absolute;
  25.   top: 200px;
  26.   left: 50px;
  27. }
  28.  
  29. #box2 {
  30.   position: absolute;
  31.   top: 20px;
  32.   left: 500px;
  33.   -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement