Skip to content

Instantly share code, notes, and snippets.

View alexramdesigner's full-sized avatar
🏠
Working from home

John Alexander Ramirez alexramdesigner

🏠
Working from home
View GitHub Profile
@alexramdesigner
alexramdesigner / index.html
Created November 19, 2018 13:38
JavaScript label example // source https://jsbin.com/suricir
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>JavaScript label example</title>
<style>
p {
font-family: 'helvetica neue', helvetica, sans-serif;
letter-spacing: 1px;
text-transform: uppercase;
/* Azul */
.navbar-azul{
background-color:#4C67A1;
border-color:#080808;
background-image: url(../img/backFixed.png);
height: 60px;
}
.navbar-azul .navbar-brand{
color:#9d9d9d
@alexramdesigner
alexramdesigner / dabblet.css
Last active August 29, 2015 14:14 — forked from anonymous/dabblet.css
Animación simple
div#simple {
width: 50px;
height: 50px;
background-color: red;
position: absolute; text-align:center;
padding-top: 1%;
color:#FFF; font-weight:bold;
-moz-animation-name: simple-animation;
-moz-animation-duration: 5s;