Skip to content

Instantly share code, notes, and snippets.

body {
position: relative;
}
footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
@import url(https://fonts.googleapis.com/css?family=Pacifico); //CSS import
@import "helper/placeholders";
@import "helper/mixins";
@import "helper/variables";
h1 {
font-family: Roboto, sans-serif;
@include center;
}
@import url(https://fonts.googleapis.com/css?family=Pacifico); //CSS import
@import "helper/placeholders";
@import "helper/mixins";
@import "helper/variables";
.absolute {
position: absolute
}
h1 {
HTML/CSS
Command Line <----- Added
Javascript
Git <----- Added
Jquery
Angular
Learn Sass <----- Moved down
app.controller('HomeController', ['$scope', 'suggestions', function($scope, suggestions) {
$scope.posts = suggestions.posts;
$scope.addSuggestion = function(index) {
if ($scope.title === "" | !$scope.title) {
return
}
$scope.posts.push({
list = [1, 2, 3]
list2 = [3]
for n in list:
if n in list2:
del list2[list2.index(n)]
directive element:
<app-info info="move"></app-info>
directive
app.directive('appInfo', function() {
return {
<div class="supporting">
<div class="container">
<div class="col">
<h2>Move</h2>
<p>Become more active by tracking your runs, rides, and walks.</p>
</div>
<div class="clearfix"></div>
</div>
delete everything
@bcuz
bcuz / index.html
Last active January 19, 2017 14:55
html {
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}