Skip to content

Instantly share code, notes, and snippets.

View ErickPetru's full-sized avatar
🎯
Focusing

Erick Eduardo Petrucelli ErickPetru

🎯
Focusing
View GitHub Profile
@ErickPetru
ErickPetru / index.html
Last active June 25, 2017 19:12
Meu primeiro aplicativo Vue
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<title>Meu primeiro aplicativo Vue</title>
<script src="https://unpkg.com/vue"></script>
</head>
<body>
<div id="app">
{{ message }}
@ErickPetru
ErickPetru / dabblet.css
Created June 14, 2013 14:50
CSS Only Checkbox
/*
* CSS Only Checkbox
*/
div {
color: #333;
margin-bottom: 1em;
}
div.large {