Resource | Link |
---|---|
Video Lessons | |
Podcast Lessons | |
Basics Homepage |
Table of Contents
style tag start
style tag end
HTML Element
Value
Property
Selector
Opening Bracket
Closing Bracket
semi colon
colon
<h1>Hello!</h1>
h1 {
color:red;
}
<h1>Hello!</h1>
h1 {
background-color:red;
}
<h1>Hello!</h1>
h1 {
font-size:10px;
}
<h1>Hello!</h1>
h4 {
text-decoration:underline;
}
<h4>Hello!</h4>
h4 {
border: solid red 1px;
}
<h4>Hello!</h4>
h4 {
font-family: 'Literata', serif;
}
Use every property we've learned so far!
If you have completed the challenge, help out one person near you. Then proceed to the optional advanced challenges
Picking Great Colors
Email: lennyroycodes@gmail.com
The next slide will be the last slide :)
Social Media: