Tag Archives: layout

Cascading Style Sheets

.class1{ font-size:16px; color:lightblue; font-weight:bold; } .class2{ color:blue; text-decoration:underline; } CSS. Cascading Style Sheets. Why are they named that? This is a tutorial on how the cascading part of CSS works, and how to work with multiple classes. The main thing … Continue reading

Posted in Design, css | Tagged , , | Leave a comment

Easy CSS fixed footer

I’ve seen a lot of tutorials out there for how to have a fixed footer using CSS. Most of them require all kinds of nested div’s, wrappers, and so on. It’s really very simple, and this code can be copied … Continue reading

Posted in css, development | Tagged , , | 6 Comments