Skip to content

Instantly share code, notes, and snippets.

View elmergustavo's full-sized avatar
:electron:
Developer

Gustavo (tavcode) elmergustavo

:electron:
Developer
View GitHub Profile
@elmergustavo
elmergustavo / vue-instalaciones.md
Created March 27, 2023 18:59 — forked from Klerith/vue-instalaciones.md
Instalaciones recomendadas y obligatorias para seguir el curso
@elmergustavo
elmergustavo / style.css
Created January 29, 2023 19:36
Social Media Dashboard
/* Themes */
/* define color palette */
:root {
--White: hsl(0, 0%, 100%);
--VeryPaleBlue: hsl(225, 100%, 98%);
--LightGrayishBlue: hsl(227, 47%, 96%);
--DarkGrayishBlue: hsl(228, 12%, 44%);
--VeryDarkBlue: hsl(230, 17%, 14%);
--ALittleDarkBlue: hsl(232, 19%, 15%);
@elmergustavo
elmergustavo / App.style.ts
Last active July 25, 2022 19:38
Styles desafio de frontend Mentor,
import styled, { createGlobalStyle } from "styled-components";
type Props = {
color?: string;
bg?: string;
bdbox?: string;
gc?: string;
};
type Theme = {
@elmergustavo
elmergustavo / index.html
Created February 20, 2022 23:41
Logo Instagram
<div>
<span>
</span>
</div>
@elmergustavo
elmergustavo / instalaciones-angular.md
Created December 29, 2021 20:55 — forked from Klerith/instalaciones-angular.md
Instalaciones necesarias y recomendadas - Curso de Angular de cero a experto
@elmergustavo
elmergustavo / instalaciones-node.md
Created December 4, 2021 00:59 — forked from Klerith/instalaciones-node.md
Instalaciones recomendadas y obligatorias para seguir el curso de Node
@elmergustavo
elmergustavo / index.html
Created September 29, 2021 14:29
ottonova paper plane
<div class="panel">
<img src="https://assets.codepen.io/165585/avatar.png" class="avatar" />
<h1>Erhalte dein Angebot per E-Mail</h1>
<form>
<div class="grid">
<input type="text" class="firstname" placeholder="Vorname" />
<input type="text" class="lastname" placeholder="Nachname" />
<input type="text" class="phone" placeholder="Telefonnummer" />
<input type="email" class="email" placeholder="E-Mail" />
</div>
@elmergustavo
elmergustavo / Instalaciones-React.md
Created May 7, 2021 02:44 — forked from Klerith/Instalaciones-React.md
Instalaciones recomendadas para mi curso de React de cero a experto