Category: CSS

Class Monday, January 27, 2014

Hey, look who has a website for kids: NSA Dept. of Energy State Dept. Treasury Dept. National Counter Terrorism Center National Reconnaissance Office What do you think?  How do you feel about the subject?  WhichContinue reading

Class Friday, January 17, 2014

Picking up where we left off on Wednesday: A.  Styling Links with CSS The four links states are: a:link – a normal, unvisited link a:visited – a link the user has visited a:hover – aContinue reading

Class Wednesday, January 15, 2014

Let’s pick up from where we left off yesterday: body { background-color:#d0e4fe; background-image:url(dogs.gif); background-repeat:repeat; background-position:center; } h1 { color:orange; text-align:center; font-family:Times New Roman; font-size:3em; } h2 { color:orange; text-align:center; font-family:Times New Roman; font-size:2em; } pContinue reading

Class Tuesday, January 14, 2014

Picking up from Friday with our CSS layout: 1- Let’s add a header section above our 3-columns 2- Ok, we’ve done our layout, what about adding some styling? How could we incorporate this: body { background-color:#d0e4fe;Continue reading

Class January 10, 2014

Before we begin: Guess what was 7 years old yesterday Using CSS to create a layout for your webpage Need to know: ID (uniquely applied, usually used just once on a page)- preceded by #Continue reading

Class Thursday, January 9, 2014

Before we begin: The New York Times launched a new website.  Let’s take a look. From Tuesday: Finish inserting your pixel art into your cssexample1.html page Today: We are going to use Mozilla Thimble toContinue reading

Class Tuesday, January 7, 2014

Before we begin with CSS: 1– Let’s check out this great tool, http://sucuri.net/, so you can see what it does. 2– Did you hear about the Snapchat breach?  This website will help you find out ifContinue reading

Class Wednesday, December 18, 2013

1.  Finish fixing your webpage from Monday 2. We’re going to work on this project together to start learning CSS 3. Some more CSS practice: <!DOCTYPE html> <html> <head> <title>Title of the webpage</title> <style type=”text/css”>Continue reading

Class Dec. 2-Dec.6, 2013

Learning HTML and CSS HTML and CSS are the language of the internet. Working together, they tell a browser (Firefox, Internet Explorer, Chrome, Safari) how your website should look. They control things like what yourContinue reading