Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 24, 2020 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/641483e98ab47c916492d03a1cde10ec to your computer and use it in GitHub Desktop.
Save parzibyte/641483e98ab47c916492d03a1cde10ec to your computer and use it in GitHub Desktop.
/*
____ _____ _ _ _
| _ \ | __ \ (_) | | |
| |_) |_ _ | |__) |_ _ _ __ _____| |__ _ _| |_ ___
| _ <| | | | | ___/ _` | '__|_ / | '_ \| | | | __/ _ \
| |_) | |_| | | | | (_| | | / /| | |_) | |_| | || __/
|____/ \__, | |_| \__,_|_| /___|_|_.__/ \__, |\__\___|
__/ | __/ |
|___/ |___/
____________________________________
/ Si necesitas ayuda, contáctame en \
\ https://parzibyte.me /
------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
Creado por Parzibyte (https://parzibyte.me). Este encabezado debe mantenerse intacto,
excepto si este es un proyecto de un estudiante.
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body {
padding-bottom: 70px;
padding-top: 70px;
font-family: 'Montserrat', sans-serif;
}
.displayed-word {
letter-spacing: 4px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment