FUN with Cascading Style Sheets - CSS Tutorial 9
Tuesday, August 28th, 2007Now that you’ve learned all the basics of CSS, it’s time for a little bit of fun using that information.
Using CSS to add a shadow to your images.
This is a great technique for making your testimonials stand out.
You can use an extra div tag to do this.
<div align=”center”>
<div style=”width:115px;height:115px; filter:shadow(color:gray);”>
<img src=”http://www.yoursite.com/images/image1.jpg” width=”100″ height=”100″ style=”border:1px solid [...]
Enjoyed this post? Then make sure you subscribe to my updates.






