Skip to content

Instantly share code, notes, and snippets.

View Esther-Lita's full-sized avatar

Esther Lizardo Esther-Lita

View GitHub Profile
@Esther-Lita
Esther-Lita / instagram-style.css
Last active October 9, 2023 13:07
Instagram inspired theme for the Hanko Web Components
@import url("https://fonts.googleapis.com/css2?family=Cookie&display=swap");
.hanko_container {
background-color: #ffffff;
padding: 15px 10px 8px;
max-width: 400px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
@Esther-Lita
Esther-Lita / spooky-style.css
Last active October 9, 2023 12:30
Spooky inspired theme for the Hanko Web Components
@import url("https://fonts.googleapis.com/css2?family=Nosifer&display=swap");
.hanko_container {
background-color: black;
padding: 4px 10px 8px;
max-width: 420px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;