Techniques
Building on the Tutorials, a small selection of how-to techniques, outlining ways in which common web design features can be achieved.
Text
- Pull Quotes: a traditional print effect
- Drop Caps: another print tradition
- Superscript and Subscript: alternatives to the
vertical-align
property
Links
- Customized Underlines: alternatives to using
text-decoration
- Rollovers: changing the appearance of graphical links when the cursor hovers over them
Navigation
- CSS Tabs: creating basic tab-like navigation
- CSS Dropdowns: taking advantage of
:hover
and list items - Show / Hide Navigation: handy for mobile design, using JavaScript or
:target
to toggle the display of navigation.
Misc.
- Form to Email: using PHP to grab submitted form data and send it to a given email address
- Custom 404 Error Page: making your own “page not found” error page