CSS3

Simple Analog Clock Using HTML/CSS

Analog Clock Using HTML/CSS This is a simple analog clock created using HTML and CSS3 only, with no images involved. As such, you can easily customize the size of the clock and its colors etc. The analog clock works in IE9+ and all versions of other browsers, including on mobile. Hope this work will help you in your project. HTML Source Code CSS Style .outer_face { position: relative; width: 200px

Animated screen from CSS3 "Hypnotize you!"

In this article, I would like to share with you a simple source code that can Hypnotize you while you are watching on your computer screen. You can request code at hi https://m www.facebook.com/saaduddinj more messing with SCSS for loop Like my page & join group for further free sourcecode secrets https://www.facebook.com/DavaoWebDev IT Group Members https://www.facebook.com/groups/FutureDeveloper

Swinging Image using CSS3 Animation

In this tutorial we are going to learn how to make an image swing continously using CSS3 keyframe animation. This effect has become popular for images like signs and discounts in websites for this they get the attention of the users or visitors. You can play around with the codes try to change the values and see the changes. Here's the complete source code: Swinging Image CSS3 Animation Swinging

Creating Shapes Using CSS3

In this tutorial, I am going to teach you how to make shapes like pentagon, stars, circles and etc using CSS3. Just download the source and follow the directions below. DIRECTIONS DON'T FORGET TO INCLUDE THIS LINK INSIDE THE HEAD TAG CSS CODE (Save it as style.css) Code for Pentagon .pentagon { margin: 30px 0 0 0; /* cosmetic */ position: relative; width: 54px; border-width: 50px 18px 0; border

Cats- HTML Template for Wordpress theme development

Cats is a modern and stylish free HTML and CSS theme that comes with fully responsive mobile friendly design. It is created using the Bootstrap 3.3 . With Cats, you are able to customize of all components of your theme such as Menu, Content Area , Fonts ,Color with ease. This theme is not only suitable for wordpress websites/blogs but can also look wonderful on other creative sites that gives more

Flat jQuery Side Bar Menu

Related work: How To Make Simple SideBar Menu Using HTML JavaScript In this tutorial, we are going to learn another kind of flat sidebar menu using the power of jQuery with a simple CSS. This work, by the using of jQuery, you can easily create a functional flat menu design. You can easily indicate the menu items numbers displayed with their parent menu item. For the design, with the help of CSS

Falling Text Effect Using HTML JavaScript

Good Day!!!

Today, we are going to learn about falling text effect, using HTML JavaScript. This script adds a simple twist to your regular text on your page. It will randomly falling or dropping the content text individually before the next text. You can use it in your site for it to have a simple headlines falling text effect. In this work of script, every content is wrapped in a LI element of this work. All animation is provided by the CSS3.