Skip to content

Instantly share code, notes, and snippets.

View svinkle's full-sized avatar

Scott Vinkle svinkle

View GitHub Profile
.navigation-toggle {
height: 2em;
width: 2em;
padding: 1.25em;
}
.navigation-toggle {
height: 32px;
width: 32px;
}
.box {
display: flex;
flex-direction: row;
}
.box {
display: flex;
flex-direction: row-reverse;
}
*:focus:not(:focus-visible) {
outline: none;
}
*:focus {
/* outline: none; */
}
*:focus {
outline: none;
}
<img src="dress.jpg" alt="Leather dress with thin, rounded black collar in front and back, short black sleeves. Dress pattern is made up of colored and symmetrical vertical rectangles. Colors include mostly various shades of blue with a small amount of yellow, white, red, maroon and grey. Waist tapers inward.">
<img src="{product.image.src}" alt="{product.image.alt}">
<img src="{product.image.src}" alt="{product.title}">