Skip to content

Instantly share code, notes, and snippets.

View gilesdring's full-sized avatar
🏠
Available for work!

Giles Dring gilesdring

🏠
Available for work!
View GitHub Profile
@edwingustafson
edwingustafson / construction.css
Created March 5, 2019 13:04
Construction tape border in pure CSS
body {
border-top: solid 10px;
border-image: repeating-linear-gradient( -75deg, yellow, yellow 10px, black 10px, black 20px) 20;
}