Skip to content

Instantly share code, notes, and snippets.

View GonzaloGeh's full-sized avatar
🪐
I want a gyroscope

Gonzalo Gonzalez GonzaloGeh

🪐
I want a gyroscope
View GitHub Profile
@Klerith
Klerith / estilos-basicos.css
Created December 1, 2020 19:01
Estilos básicos para la introducción de Angular
* {
font-family: Helvetica, Arial, sans-serif;
font-weight: 200;
}
html, body {
background: white;
margin: 20px;
color: #3e4144;