Posts
-
Normal Flow
The normal flow of a page is how HTML elements are normally rendered to a page. The browser starts reading (and displaying) content from the top of the page to the bottom. When it encounters visible HTML elements, there are two primary ways that elements are displayed on a page: block and in-line. Block Elements…
Written by
-
Browser coordinate system
Student Question: “I have a question about the box shadows: what if you don’t want the box shadows to appear on the right and bottom of the box? The code that we used (ex. -webkit-box-shadow: 1px 1px 4px black;) doesn’t specify locations. What if, instead, I wanted the shadows to appear on the top and…
Written by