Skip to content

Instantly share code, notes, and snippets.

View ekman12's full-sized avatar

Tomek Stacharski ekman12

View GitHub Profile
@ekman12
ekman12 / bouncing-marquee.markdown
Created February 23, 2023 17:36
Bouncing Marquee
@ekman12
ekman12 / card.css
Created January 30, 2019 10:04
dribbleshare
.card {
width: 220px;
height: 218px;
background-color: white;
border-radius: 3px;
border: 1px solid rgb(240,240,240);
display: flex;
flex-direction: column;
}