index.html CSS Demo!

Today we will learn some CSS!

1. this is how we add style with inline css

This paragraph has no style

This is a seagreen color paragraph

This is an RGB color and fontsize 50px paragraph

This is a centered, red, fontsize 24px, and coral background paragraph

This is how we add style wit internal CSS

I want this text to be blue

This one to be red

This one to be green, 24px, and right aligned

This is how we use divs and spans

This is a div example

This paragaph is part of a div. And this is a span inside of my div

This paragraph is still part of a div

h4 just for kicks

Dr. Macaluso's puppy css/style.css body { background-color: bisque; } .nav { list-style-type: none; background-color: lightgray; margin: 0; padding: 0; overflow: hidden; } ul.nav li { float: left; } ul.nav li a { display: block; padding: 8px 16px; color: black; text-decoration: none; } ul.nav a:hover { background-color: #555; color: white; } .active { background-color: antiquewhite; } gallery.html Gallery

Here are some cool pics

about.html About Me

Here's something about me