Creating Animation with CSS3

The HTML code and CSS style allow you to add a bouncing image and text to the screen. The text and HTML5 logo bounces back and forth.

The HTML5 logo

Using CSS3 to Split Text Accross Columns

A challenge for any web page is to create content that is split over two or more columns on the page. Creating columns often requires using complex tables structured together. Though not strictly part of the text family of CSS definitions, the new multicolumn layout is best at home when used with text on the screen. The goal of the multicolumn definition is to allow your content to be spread evenly over two or more columns. There are three parts to a column layout: - Number of columns; - Gap between the columns; - Column design (optional).