Skip to content

Instantly share code, notes, and snippets.

View rochabianca's full-sized avatar

Bianca rochabianca

View GitHub Profile
@rochabianca
rochabianca / reset.scss
Created November 29, 2018 20:34
CSS Reset for browser's styles
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
@rochabianca
rochabianca / meta_tags.html
Created November 29, 2018 20:31
Meta Tags for SEO
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Title of your page</title>
<meta name="description" content="description of the contents of your website">
<meta property="og:type" content="website"/>
<meta property="og:title" content="Title of your website"/>
<meta property="og:description" content="can be the same description as meta description"/>
<meta property="og:url" content="http://url_of_your_website.com"/>