Computers and Technology
Posts tagged background
CSS Lesson 7: Border Radius and Opacity
Nov 19th
Border Radius and Opacity
I’ve noticed some hundred tweets on CSS3, every day. Check out the CSS3 Watcher for random updates. They actually mention really awesome and useful tutorials. So now, let’s look at some basic features that actually work cross-browser (with some tweaks). You can check some of the usage on two version of one of my projects: the alpha, which utilizes rounded corners, and the beta, which utilizes a lot of opacity features.
I’ll show you some fun features as well as ways to get around them.
More >
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 >
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.