HTML & CSS In Pictures
HTML Basics
Navigation & Layout
Interactivity
Advanced Layout
Save
layout.css
and
advlayout.html
.
Reload
advlayout.html
in the browser.
It should look like this:
In
layout.css
, add formatting for the
<body>
tag:
body {
margin: 0;
text-align: center;
}
Save
layout.css
, then reload
advlayout.html
in the browser.
It should look like this:
<< BACK
NEXT >>