/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

amxmln.com
| | alvaromontoro.com
3.1 parsecs away

Travel
| | We already have the HTML skeleton from the previous post, and it's a functional form. It is time now to style it so it looks nice. The first consideration is going to be what browsers we want to support. It may sound silly: Chrome, Firefox, Safari, and Edge are in... but should we include IE11 in the mix? :: Blog post at Alvaro Montoro's Personal Website.
| | bitsofco.de
3.1 parsecs away

Travel
| | Articles on frontend development and more.
| | coryrylan.com
3.2 parsecs away

Travel
| | Learn how to style HTML form validation messages with CSS.
| | www.smashingmagazine.com
17.8 parsecs away

Travel
| `iframe` is one of the few HTML elements that don't play nice with responsive layouts. You may need to use it when embedding content from external sources such as YouTube, so in this article, Rachel McCollin will show you how to make embedded content responsive using CSS. For those occasions when non-coders will be embedding video on your website and you don't want to rely on them adding extra markup,she'll also look at a solution that uses JavaScript instead of CSS.