Monday, November 4, 2013

CSS 101 part 2; In Class

We were suppose to walk ourselves through a CSS practice sheet and there were tons of codes showing the many ways that you can alter your HTML page.

A few of those things are for example making it so that when a user is on your HTML page, they can put their cursor over a link and the link will change color so that they are aware that it is in fact a link. Another little trick is that you can also write a code that will make it so that if they do navigate to that link, if they were to click back the link would have changed color so that the user knows that they have already been to that link.

They also had a lot of information about margins, padding and spacing. They had examples of the long way of typing it as well as the shorthand more practical way of typing margins. Along those lines they also showed how you can have a background that is repeated but also no-repeat, so you just have black background. There is going to be a lot of memorization that's going to be involved in learning to do CSS properly, but a lot is just repeated so it shouldn't be too bad. Just a lot of info at once.

No comments:

Post a Comment