Computers and Technology
Posts tagged css
CSS: Lesson 2 Fonts, Padding, and Border
Sep 25th
CSS Lesson 2
In lesson 1, I talked about backgrounds and text. Let’s move on, I’ll start out by expanding on the text manipulation with fonts and continue by the introduction of what I call “general formatting.” General formatting includes the definition of padding, borders, margins, and outlines. At the end of the lesson, you should know how to create the above banner and more More >
This year and the next
Sep 24th
I just wanted to point something out to everyone. Technology and our world is advancing super-fast, I mean, I can barely keep up. So what does this year and the next year still hold for us?
Let’s look at Operating Systems:
Ubuntu 9.10
CSS: Lesson 1
Sep 21st
CSS Lesson1
CSS is a lot of fun once you start it, the same way PHP is a lot of fun. So here’s what I’ve learned so far.
CSS intro
Sep 19th
Okay, I know this topic is nothing new and you’ve read hundreds of tutorials about it, but for a newbie like me, it’s still fascinating.
CSS = cascading style sheets. Basically, CSS is a compilation of styles and formatting elements you can add to your HTML code such as different fonts, colors, and other. It has replaced older, more traditional tags such as <font> and <align>. The best way to use CSS is to create a separate .css file that you’ll link into your HTML code like this: More >