Posted by Lauren Chambers
HTML/CSS website design tutorial introducing CSS floats. They’re extremely important to learn. They are an easy way to create multiple columns and create image galleries and more. You could also use them to wrap text around the shape of an image. All you do is float the image left. “The float property specifies whether or not a box (an element) should float.” Possible values are – left, right, none, inherit. USAGE: #div-name { float: left; }
Video Rating: 5 / 5
Full Story »
Posted by Lauren Chambers
In this HTML website design tutorial I will teach you how to add links to text and images. I will also show you how to make a very simple menu bar using text style. Difficulty Level: Medium/Intermediate If you have any problems or need help with any of this tutorial please leave a comment below or message me on YouTube.
Video Rating: 4 / 5
Full Story »
Posted by Peter Gallagher
We will learn how to make the new CSS3 Rounded Corners to make our web pages look more bespoke. Link to the Free Download will all of the Rouned Corners CSS3 Rules bit.ly In the download you will get: 1 x web page with all CSS3 Rouned Corners Rules.
Full Story »
Posted by Patricia Hooper
Part 2 – CSS Tutorial on how to build your very own CSS website using nothing but Notepad or similar text editor. We show you how to build your CSS tags, how to use those tags to impliment the structure of the website, and how to do basic customisation on that site to add images, links and make the site “user-friendly”. This is part of a larger series that will see the new site go from a basic page to a fully usable and helpful website, including embedded content, images and information.
Full Story »
Posted by Sharon Cornwell
HTML/CSS website design tutorial on how to wrap text around an image. Just float the image to the right. EXAMPLE CODE: snipplr.com
Full Story »