Skip to content

Instantly share code, notes, and snippets.

@thinhbg59
Created September 10, 2017 14:53
Show Gist options
  • Save thinhbg59/dea66032b822fbc11ef02f86264ee70b to your computer and use it in GitHub Desktop.
Save thinhbg59/dea66032b822fbc11ef02f86264ee70b to your computer and use it in GitHub Desktop.
<div class="footer-phone">
<a href="tel:0981833222">Tư vấn: 0981.833.222</a>
</div>
<style type="text/css">
.footer-phone a{
display: none;
}
@media (max-width: 768px) {
.footer-phone a {
display: block;
position: absolute;
left: 10px;
bottom: 10px;
background: #0C8BC5;
color: #fff;
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
height: 35px;
line-height: 35px;
padding: 0 15px;
border-radius: 20px;
}
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment