Advertisement
thelove

Code trang trí website ngày tết

Jan 14th, 2020
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.17 KB | None | 0 0
  1. <style type="text/css">
  2. #ConChuot{
  3.     z-index:10;
  4.     width: 28%;
  5.     position: fixed;
  6.     bottom: 0px;
  7.     right: 0;
  8. }
  9. #LienTrai{
  10.     z-index: 10;
  11.     height: 70%;
  12.     position: fixed;
  13.     left: 0px;
  14.     top: -10px
  15. }
  16. #LienPhai{
  17.     z-index: 10;    
  18.     height: 70%;    
  19.     position: fixed;
  20.     right: 0px;
  21.     top: -10px
  22. }
  23. #GocDuoi
  24. {
  25.     z-index: 10;
  26.     position: fixed;
  27.     bottom: 0px;
  28. }
  29. #Nen
  30. {
  31.     z-index: 9;
  32.     position: fixed;
  33.     bottom: -44px;
  34. }
  35. @media screen and (max-width: 769px)
  36. {
  37.     #LienTrai, #LienPhai
  38.     {
  39.         width: 40%;
  40.     }
  41.     #GocDuoi
  42.     {
  43.         width: 60%;
  44.     }
  45.     #ConChuot{
  46.         width: 40%
  47.     }
  48. }
  49. </style>
  50. <div id="TrangTriTet">
  51. <img id="ConChuot" src="https://i.imgur.com/1Vpco6I.png" title="Chuột tết 2020" />
  52. <img id="LienTrai" src="https://i.imgur.com/rxZGz8r.png" title="Liễn chúc mừng năm mới" />
  53. <img id="LienPhai" src="https://i.imgur.com/Z9U4LiD.png" title="Liễn chúc mừng năm mới"/>
  54. <img id="GocDuoi" src="https://i.imgur.com/9Sq7t75.png" title="Ảnh trang trí năm mới"/>
  55. <img id="Nen" src="https://i.imgur.com/XM14BHd.png" title="nền chúc mừng năm mới" />
  56. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement