Advertisement
malcin

Untitled

Feb 13th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.38 KB | None | 0 0
  1. <div id="rodzic">
  2.     <div id="dziecko">
  3.     </div>
  4. </div>
  5.  
  6. <style>
  7. #rodzic{
  8.     overflow: auto;
  9.     background-image: url(https://www.clipartsgram.com/image/1657195726-freehexapatterncc0byblacklightstudio-d4ig12f.png);
  10.     background-color: red;
  11.     height: 500px;
  12.     width: 500px;
  13. }
  14.  
  15. #dziecko{
  16.     height: 200px;
  17.     width: 500px;
  18.     margin-top: 100px;
  19.     background-color: blue;
  20. }
  21. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement