HTML and CSS Reference
In-Depth Information
9.
Open layout.css and add italics to the hover formatting:
a:hover {font-weight:bold; font-style:italic }
10. Eliminate underlining from the navbar links.
Add the text-decoration:none attribute to the .navbar
class:
.navbar {color:ffffff; font-
family:arial,helvetica,sans serif; font-
size:12pt; text-decoration:none }
11. Save layout.css , then open advlayout.html and view it in the
browser.
It should look like this:
Search WWH ::




Custom Search