Css Web Design
Css Web Design
• Don’t Panic!!!
• The software we’re using will write the majority of the
code for us.
• However, we do need some understanding of what the
code means so we can alter it when necessary to create
our desired effects.
Tags
H1 {
<h1>Hello</h1>
font-family: Times Hello
<p>This text is New Roman;
defined to have color: #000FF; This text is defined to
the size and font have the size and font it
it does in the p } does in the p tag definition
tag definition on of the style sheet.
the style P{
sheet</p> font-family:
Ariel;
color: #000000;
}
DIV tags/ Page Layout
• A DIV tag defines a content area of your page
• They are the basic building blocks of CSS
• The CSS attributes applied to the DIV will affect
everything inside the tags <div>content</div>
• Popular DIVS
• Wrapper Spacer
• Header Footer
• Menu
• Column