Don't Look! I'm changing!
URL Copied
Audio Version
Avoiding _blank
dns prefetch - doesnt actually prefetch in ff preconnect - too high elevation
open modalopen modallookout for -> "popover target" is just shorthand for:#https://bitsofco.de/styling-broken-images/ img { display: block; font-family: sans-serif; font-weight: 300; height: auto; line-height: 2; position: relative; text-align: center; width: 100%; } Now add pseudo-elements rules to display a user message and URL reference of the broken image:img::before { content: "We're sorry, the image below is broken :("; display: block; margin-bottom: 10px; }img::after { content: "(url: " attr(src) ")"; display: block; font-size: 12px; }
is just shorthand for:
#https://bitsofco.de/styling-broken-images/ img { display: block; font-family: sans-serif; font-weight: 300; height: auto; line-height: 2; position: relative; text-align: center; width: 100%; } Now add pseudo-elements rules to display a user message and URL reference of the broken image:
img::before { content: "We're sorry, the image below is broken :("; display: block; margin-bottom: 10px; }
img::after { content: "(url: " attr(src) ")"; display: block; font-size: 12px; }