Skip to content

Instantly share code, notes, and snippets.

@thenewlove
Created January 14, 2020 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thenewlove/d234dc5b9d577a299614fe29d734211e to your computer and use it in GitHub Desktop.
Save thenewlove/d234dc5b9d577a299614fe29d734211e to your computer and use it in GitHub Desktop.
Code trang trí website ngày tết
<style type="text/css">
#ConChuot{
z-index:10;
width: 28%;
position: fixed;
bottom: 0px;
right: 0;
}
#LienTrai{
z-index: 10;
height: 70%;
position: fixed;
left: 0px;
top: -10px
}
#LienPhai{
z-index: 10;
height: 70%;
position: fixed;
right: 0px;
top: -10px
}
#GocDuoi
{
z-index: 10;
position: fixed;
bottom: 0px;
}
#Nen
{
z-index: 9;
position: fixed;
bottom: -44px;
}
@media screen and (max-width: 769px)
{
#LienTrai, #LienPhai
{
width: 40%;
}
#GocDuoi
{
width: 60%;
}
#ConChuot{
width: 40%
}
}
</style>
<div id="TrangTriTet">
<img id="ConChuot" src="https://i.imgur.com/1Vpco6I.png" title="Chuột tết 2020" />
<img id="LienTrai" src="https://i.imgur.com/rxZGz8r.png" title="Liễn chúc mừng năm mới" />
<img id="LienPhai" src="https://i.imgur.com/Z9U4LiD.png" title="Liễn chúc mừng năm mới"/>
<img id="GocDuoi" src="https://i.imgur.com/9Sq7t75.png" title="Ảnh trang trí năm mới"/>
<img id="Nen" src="https://i.imgur.com/XM14BHd.png" title="nền chúc mừng năm mới" />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment