Skip to content

Instantly share code, notes, and snippets.

View svinkle's full-sized avatar

Scott Vinkle svinkle

View GitHub Profile
<label for="firstName">First Name</label>
<input type="text" id="firstName" name="first_name" autocomplete="given-name">
<input type="search" aria-label="Search" name="q">
<img src="{product.image.src}" alt="{product.title}">
<img src="{product.image.src}" alt="{product.image.alt}">
<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.">
*:focus {
outline: none;
}
*:focus {
/* outline: none; */
}
*:focus:not(:focus-visible) {
outline: none;
}
.box {
display: flex;
flex-direction: row-reverse;
}
.box {
display: flex;
flex-direction: row;
}