Tag: CSS
Congratulations you’ve reached the tag page for tags relating to CSS. This is where you’ll find the most relevant posts on the subject.
CSS Tips & Tutes
If you want to give your website a face-lift one thing you can do is update your default body font by using @font-face. By using @font-face you can easily …
Real Quick CSS Tips
This is a really quick CSS tip for highlighting WordPress author comments. I’d write more on the subject, but it really is just a few lines of code and …
Real Quick CSS Tips
z-index is a stacking order of an element within an html page. The higher the z-index number is the higher the element will appear with-in a page. A z-index …
Multimedia & Video
Today I wanted to add a quick tutorial for placing Flash over video that’s content over any video. It’s fairly simple process once you get your Flash content created. …
Web Design
SVGs or (Scalable Vector Graphics) are handy if you have multiple repetitive graphics on your web site. Keep in mind this works better with single colors rather than multiple …
Real Quick CSS Tips
Here are a couple quick code samples that you can add to your CSS for future use. The examples below generate gradients and bootstrap drop shadows for your designs. …
CSS Tips & Tutes
While doing research for my last post I came across so many handy & creative CSS tips that I had to create a new post. The code in this …
CSS Tips & Tutes
When you’re working with CSS there’s precious little you can’t do to manipulate pages and elements. Depending on what you’re trying to accomplish there are a lot of great …