Thursday, April 28, 2011

Images for layout





These are the Images that I added to my site about Raygun magazine. I had to bring each one into photoshop in order to size them correctly so that they could fit into my page layout.

Layout design Skech

This is the sketch of my layout design that I decided to use.

Wednesday, April 27, 2011

Header

I did some work in Photoshop on the magazine cover in order to take out the image of the banana. Then, I added the word magazine.

Inspiration- Ray Gun

This is the Magazine cover that I based my site off of.

Wednesday, April 6, 2011

Coding Notes



This is how you make headings and body copy

<html> 
<body>

<h1>Type what you want here</h1>

<p>Type body copy here</p>

</body>
</html>

Css- cascading style sheets

Css files are a lot less work

The background-color property tells you the background color of your page.

You can also add an image to the background.

You can move and image around in the backround so that it doesn’t interfere with your body copy.

The color property is used to change your text color.

You are able to align your text left, right, of justified.

You are also able to transform and indent your text.

The CSS box model has margins, borders, padding, and the actual content.

You can set a border and make it whatever color, size, and type that you want. If you want, you can specify all border properties in one property

You can change margin properties                       

Padding is the space between the border and the content.