Before you make your web site, make a rough sketch on a piece of paper to show where all the various parts of the assignment will be located. Make sure I see the sketch before you begin.
- You are about to try the coolest project of your life. It will give you thrills, chills, and new levels of excitement you've never known before.
- Or something like that.
- Actually, you'll be working with "div"s which are useful but fairly tricky parts of CSS.
- Divs are the different sections that show up on a page layout.
- They may be the columns, the header, or the footer.
- There could be one div on a page or many.
- They do the work of tables, but they aren't tables. They're more like boxes stacked on top of each other.
- Using this website here, Little Boxes, cut and paste whatever funky design strikes your eye.
- For the purpose of this exercise, try to pick a simple one since it will be considerably easier for you to work with.
- Though you want simple, it should still have at least 3 divs. Don't pick "One Box," for example.
- Once you have your design copied and pasted into notepad, save it as a .css file.
- You're going to create a couple of divs in an HTML file,
- Name them the way the style sheet does
- Open it up in Chrome.
- Decide on a color scheme for your design.
- The most common background color for Internet websites is actually white. Other colors generally provide accents.
- The dominant color for this website is white, and the accent color is black.
- The colors for the divs are defined in the stylesheet that goes with your design.
- The problem you're going to see if that the divs have different names.
- Each div has its color defined separately (sometimes in several places) and so you have to find each one and make the necessary changes.
- Give your site a name. The name is normally found in the header. But you may not have a header, so put the name in the left hand or upper div.
- Create a copyright notice for your site.
- It would usually appear somewhere in the footer of your site. However, you don't have a footer do put it in the right hand or the lower div.
- Create a small logo to go in your left hand or upper div.
- There are logo sites listed in the left sidebar. Try using one of those to create a cool logo.
- Make sure your site has some content.
- What it is doesn't really matter for today. Just make it interesting.
- Include at least two pictures on your site and at least 150 words of text so that it looks like you've actually got something on your page.
|
 Updating...
ĉ James Dykstra, Jan 13, 2011, 7:36 AM
|