Skip to content

Instantly share code, notes, and snippets.

View DavidFP's full-sized avatar
🐍
Pythoning

David Fernández Puentes DavidFP

🐍
Pythoning
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;