Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Jobin-S's full-sized avatar
👨‍💻
Talk is cheap Show me the CODE

Jobin Selvanose Jobin-S

👨‍💻
Talk is cheap Show me the CODE
View GitHub Profile
@Jobin-S
Jobin-S / media_query.css
Created April 2, 2021 12:50
Media query for mobile, laptops, desktop, tablets, I pads (portrait and landscape)
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */
@Jobin-S
Jobin-S / .html
Created November 2, 2020 08:18
JavaScript for copyright year automation
<p>
Copyright &copy;<script type="43d9da4204645e30dd7426bf-text/javascript">document.write(new Date().getFullYear());</script> All rights reserved
</p>