Download presentation
Presentation is loading. Please wait.
Published byGarey Harrington Modified over 9 years ago
1
Cascading Style Sheet Fix the Errors Lesson 4
2
/ Pat Learner / h1, h2, h3, h4 { font-family: tahoma, arial, helvetica, sans-serif text-align: left; }.skyblue { font size: 1.2em; color: blue; }.imp { font-weight: strong; } /* */ no space between /* or */ Missing ; font-size bold
3
p font-family: tahoma, arial, helvetica, sans-serif; } h2 { text-align right; } #details { margin-left: auto; margin-right: auto; border-width: 0.2em; pading: 1em; border: solid; } Missing { Missing : after text-align padding
4
#info { text-align: right; font-family: Verdana, Geneva, sans-serif; padding: 75em; background-color: rbg(255,255,185); } listing { border-width: 0.1em; padding: 0.1em; color: 339999 border: solid; width: 15em; } #339999;.listing 75em? That big? background: rbg(255,255,185);
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.