Skip to content

Instantly share code, notes, and snippets.

View nerdy-panda's full-sized avatar
💻
don't repeat yourself

mohammad reza shams nerdy-panda

💻
don't repeat yourself
View GitHub Profile
@nerdy-panda
nerdy-panda / meta-tags.md
Created May 4, 2019 12:50 — forked from lancejpollard/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">
@nerdy-panda
nerdy-panda / yahoo.css
Created May 19, 2024 11:35 — forked from marharyta/yahoo.css
Yahoo Reset CSS
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* https://cssreset.com/
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/