Advertisement
thelove

Code trang trí website ngày tết 02

Jan 14th, 2020
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.91 KB | None | 0 0
  1. <style type="text/css">
  2. #LienTrai{
  3.     position: fixed;
  4.     left: 0px;
  5.     top: -10px
  6. }
  7. #LienPhai{
  8.     z-index: 10;      
  9.     position: fixed;
  10.     right: 0px;
  11. }
  12. #GocDuoi01
  13. {
  14.     z-index: 10;
  15.     position: fixed;
  16.     bottom: 0px;
  17. }
  18. #GocDuoi02
  19. {
  20.     z-index: 10;
  21.     position: fixed;
  22.     bottom: 0px;
  23.     right: 0px;
  24. }
  25. #Nen
  26. {
  27.     z-index: 9;
  28.     position: fixed;
  29.     bottom: -44px;
  30. }
  31.  
  32. </style>
  33. <div id="TrangTriTet">
  34. <img id="LienTrai" src="https://i.imgur.com/YCy7Rqd.png" title="Liễn chúc mừng năm mới" />
  35. <img id="LienPhai" src="https://i.imgur.com/Ca8c4OL.png" title="Liễn chúc mừng năm mới"/>
  36. <img id="GocDuoi01" src="https://i.imgur.com/9Sq7t75.png" title="Ảnh trang trí năm mới"/>
  37. <img id="GocDuoi02" src="https://i.imgur.com/nNcQkUG.png" title="Ảnh trang trí năm mới"/>
  38. <img id="Nen" src="https://i.imgur.com/XM14BHd.png" title="nền chúc mừng năm mới" />
  39. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement