
Part 2: Header
Artisteers header is the Headline of your website. Any number of things can fit here, such as background images, media images, textures, glares, and logo text. Take care with its presentation and keep it clean and professional.
The structure is pretty basic and follows.
<!-- Start Header & Text logo -->
<div class="art-Header">
<div class="art-Header-jpeg"></div>
<div class="art-logo">
<h1 id="name-text" class="art-logo-name">Artisteer
Add-ons</a></h1>
<div id="slogan-text" class="art-logo-text">tips and
tweaks</div>
</div>
</div>
<!-- Finish Header & Text logo -->
So whats going on here?
- The Header is defined—width and height.
- The Header background image is set.
- The logo text—both lines—are defined and set.
Tip:
There are many add-on options for Artisteers header on this website. Review the following articles.
Well now move into the navigation, followed by the main content, sidebar, footer, and page footer.