Skip to content

Instantly share code, notes, and snippets.

View Future-whitehat7's full-sized avatar

Samuel F Future-whitehat7

View GitHub Profile
@Future-whitehat7
Future-whitehat7 / product_style
Created February 25, 2019 16:10 — forked from atomjar/product_style
Stylesheet for Vue Mastery's Intro to Vue course
body {
font-family: tahoma;
color:#282828;
margin: 0px;
}
.nav-bar {
background: linear-gradient(-90deg, #84CF6A, #16C0B0);
height: 60px;
margin-bottom: 15px;