Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Chapter 1 Hands - on Project 1 - 1 Filename: styles.css * / / * apply a natural box layout model to all elements *
Chapter
Handson Project
Filename: styles.css
apply a natural box layout model to all elements
mozboxsizing: borderbox;
webkitboxsizing: borderbox;
boxsizing: borderbox;
reset rules
html body, div, span, applet, object, iframe,
h h h h h h p blockquote, pre,
a abbr, acronym, address, big, cite, code,
del, dfn em img, ins, kbd q s samp,
small, strike, strong, sub, sup, tt var,
b u i center,
dl dt dd ol ul li
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr th td
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
margin: ;
padding: ;
border: ;
fontsize: ;
font: inherit;
verticalalign: baseline;
HTML displayrole reset for older browsers
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
display: block;
body
lineheight: ;
maxwidth: px;
background: white;
margin: auto;
fontfamily: Verdana, Geneva, sansserif;
ol ul
liststyle: none;
page header
header
background: #;
width: ;
color: #FFFFFF;
fontsize: px;
textalign: center;
lineheight: em;
webkitbordertoprightradius: px;
webkitbordertopleftradius: px;
mozborderradiustopright: px;
mozborderradiustopleft: px;
bordertoprightradius: px;
bordertopleftradius: px;
main content
article
width: px;
textalign: left;
background: #FFCF;
webkitborderbottomrightradius: px;
mozborderradiusbottomright: px;
borderbottomrightradius: px;
article h
fontweight: bold;
fontsize: px;
padding: px;
article ol li
padding: px;
marginleft: px;
liststyletype: decimal;
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started