Cascading style sheets (CSS)
CSS examples, recipes, and related tidbits.
2 minute read
CSS examples, recipes, and related tidbits.
An assortment of idea related to HTML and webpage markup.
Resources and references for HTML and CSS:
World Wide Web Consortium (W3C, also W3): Home of the standards that describe how things are supposed to work, including: HTML, CSS, Web accessibility, and more.
Mozilla developer docs: Practical (and ad-free) references to HTML, CSS, and related topics, including useful details such as browser compatibility charts, links to defining specifications, and more.
Can I Use…?: Extensive and detailed reference to feature availability across various browsers. Describes issues and frequently includes workarounds.
Compart Unicode character reference: Surprisingly useful (and currently ad-free.)
Chrome persistently requests permission to search for devices on your local network. If you block the request, it repeats within a few days.
An experimental setting (flag) can deactivate the behavior:
Type chrome://flags/#local-network-access
into the address bar and then press Enter.
Use the search box to find the Local Network Access Checks
setting.
Select Disabled from the drop-menu to deactivate the behavior.
Restart Chrome.
The setting is available on Chromium-based browsers that do not override the behavior of the chrome://flags
URI. For example, Brave supports the URI; however, Microsoft Edge supports edge://flags
(which contains different settings).
To learn more the permission, see New permission prompt for Local Network Access [Chrome Developer].
Many web browsers provide developer tools to help investigate and troubleshoot websites.
Here’s how to activate and open them in major browsers.
Opt + Cmd + I
, Windows: Ctrl+Shift+I
Opt + Cmd + I
, Windows: Ctrl+Shift+I
Opt + Cmd + I
, Windows: Ctrl+Shift+I
Opt + Cmd + I
, Windows: Ctrl+Shift+I
When setting up a DNS record alias (ANAME or CNAME), you often need to know the IP address to assign to the alias.
If you don’t know the IP address, use the dig
command to discover it:
$ dig example.github.io +nostats +nocomments +nocmd