Jessica Flikkie

Step 5

Step 5

HOW TO STRUCTURE LAYOUT [&] LINK PAGES

Tags

<header>
<nav>
<main>
<article>
<section>
<footer>
any name can be used for a class or ID <div> (division) tag.

RARE

position:
max-height:
z-index:
outline:

COMMON

float:
width:
max-width:
height:
background:
padding: (Padding pushes in)
margin: (Margin marches out)
boarder: (this applies to all four sides)
border-top: 5px solid red;
border-left: 24px solid blue;
border-right: 10px solid blue;
border-bottom: 10px solid blue;
max-width:
max-height:
display:
pseudo-classes:
opacity:
flex:

UNCOMMON

Rounded Corners (not approved by World Wide Web Consortium yet, but approved by browsers.
So we have to use different code for the browsers)

Rounded Corners - Approach 1:
All corners the same