Skip to content

Instantly share code, notes, and snippets.

View LBJ-Pancries's full-sized avatar
🎯
Focusing

bingjie LBJ-Pancries

🎯
Focusing
  • china
View GitHub Profile
{"sig":"7fa4cf1f0ba0adff696e8a35a715471c954d3572d346e4e5c0d60a728cbadde82df6c7c91be4dca1354cc4cfee7398ab72195fe1c9dcf1f35430a509ce564ba70","msghash":"16c7798bb9ddc468e6b63fd77f7a884248a80aefa1663c1eebc3cd56b8abefca"}
/*
*= require_self
*/
@import 'normalize.css.scss';
@import 'global.css.scss';
@import 'notes.css.scss';
@import 'welcome.css.scss';
#notes {
.note {
background: $dark_gray;
width: 30%;
min-height: 150px;
margin: 1rem 1%;
padding: 1.5rem 2.5%;
float: left;
border-radius: .4rem;
position: relative;
/*
*= require_self
*/
@import 'normalize.css.scss';
@import 'global.css.scss';
@import 'notes.css.scss';
@import 'welcome.css.scss';
#banner {
background-image: url(image_path("welcome_banner_image.jpg"));
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
width: 100%;
min-height: 500px;
display: table;
.banner_content {
display: table-cell;
$dark_gray: #2B2E2E;
$light_gray: #C0C1C1;
$green: #33CD99;
@mixin bold_font {
font-family: "Brandon Grotesque","Helvetica Neue", Helvetica, sans-serif;
font-weight: bold;
text-transform: uppercase;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
body {
margin: 0;
}
@important "normalize";
html, body {
font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 500;
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.