Skip to content

Instantly share code, notes, and snippets.

View naveenlb's full-sized avatar

Naveen L Bhandari naveenlb

  • Bangalore, India
View GitHub Profile
@frankyonnetti
frankyonnetti / CSS--font-awesome.scss
Last active September 11, 2023 22:03
#fonts #css use font-awesome in CSS (background image)
/* v4 */
.mytextwithicon {
padding-left: 15px;
position: relative;
&::before {
font-family: FontAwesome;
content: '\f069';
position: absolute;
top: 0;
@JacobLett
JacobLett / gist:f4ca4f89f4eb511053ae
Created November 25, 2015 14:39
html email css reset - microsoft outlook
/* /\/\/\/\/\/\/\/\/ RESET STYLES /\/\/\/\/\/\/\/\/ */
body { font-family: sans-serif; }
body { margin: 0; padding: 0; }
img { border: 0 none; height: auto; line-height: 100%; outline: none; text-decoration: none; }
a img { border: 0 none; }
.imageFix { display: block; }
table, td { border-collapse: collapse; }
#bodyTable { height: 100% !important; margin: 0; padding: 0; width: 100% !important; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { display: block; font-weight: bold; line-height: 100%; margin-top: 0; margin-right: 0; margin-bottom: 10px; margin-left: 0; text-align: left; }
h1, .h1 { font-size: 26px; }
@planetoftheweb
planetoftheweb / bootstrapCDN.html
Created July 8, 2015 01:25
Bootstrap 3 CDN Page Code
<!-- HEAD SECTION -->
<!-- IE Edge Meta Tag -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">