Wednesday, April 27, 2011

Webpage Layout and Design with css(week 6)

Elements used to make a website or webpage attractive to customers or users is very important. How to align text, position images, apply color, ensuring an image does not make text difficult to read, selecting appropriate fonts combined helps to attract people to a site. To become a good designer, one has to take into consideration all the things mentioned above. The style sheet applies several property functions that help to decorate a page. Such function properties include:

1. Applying color to tex/font = {font-color:black or #000000;}
2. Inserting an image=
3. Applying a background color= {background-color:blue;}

To name a few. Certain rules apply to these functions as well, for example if a word is not spelt correctly,an image is not found in a particular folder or quotations are not used then the stylesheet won't style the pages. I have also come to realize that function properties that I thought were difficult to understand became easier to use after I practiced them and became familiar with them (as was expected).

1 comment:

  1. Oops!

    You didn't learn that from me.. font-color is not a css property. I think you meant to say color instead.

    ReplyDelete