Skip to content

Instantly share code, notes, and snippets.

View nicxes's full-sized avatar

Nicolás Miranda nicxes

View GitHub Profile
@nicxes
nicxes / animation.md
Last active September 17, 2019 15:09
CSS Animations order code

If you want to add this behaviour to a shorthand animation property definition, the order of sub-properties is as follows


animation-duration - default 0s

animation-timing-function - default ease

animation-delay - default 0s
@nicxes
nicxes / index.html
Created June 26, 2019 00:37
As a frontend developer you’re probably always looking to learn things and test new tools and technologies. Start working with grids right now with this HTML & CSS boilerplate, and learn how to apply the Flexbox and Grids technique when building a website. Source: https://aerolab.co/blog/landing/html-css-boilerplate
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Grid layout</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600|Raleway" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
@nicxes
nicxes / setup.md
Last active June 23, 2019 03:29
Setup

Development Setup

  1. Password Manager / 1Password
  2. Base / Homebrew/bash/git
  3. Console / iterm2
  4. Web Browser / Chrome / Firefox
  5. Node.js / Node Version Manager
  6. Code Editor / Visual Studio Code
  7. Text Editor / SublimeText
  8. Database Client / Sequel Pro