UrbanPro
true

Learn HTML from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

Awesome rotating Image on hover | HTML5, CSS3

Akshay Khobragade
29/12/2016 0 0

Hello everyone let's see how to make an awesome rotating image on hover with HTML 5.0 and CSS 3.0.

STEP 1: In HTML code put an image with the HTML tag

STEP 2: Style that image however you want. Below I am going to show you the CSS code for the image.

#myimg{

   width:100px; //comment - this is style the size(width property) as for our need in the website

   height:100px; //comment - same as width we are managing the height of the image as well

   transition: all 1s ease; // comment - it allows you to change the property calue smoothly (in this casse, on hover and after hover)

}

STEP 3: Now we will add the hover effect for the image. Hover effect is the effect when the user puts the mouse(not clicks) on that particular area(here image) is called HoverOver effect and when the user takes the the mouse out is called HoverOut. So lets create the hover effect for the image.

#myimg:hover{

// comment :hover type is called the pseudo field which is like specifying the effect or property on the parent field/area

transform: rotate(360deg); // comment - it will rotate the image by 360 degree. as above we have given the transition time of 1sec it will rotate 360 deg in the given time.

}

 

And that's it. Lets put the whole code without comments below.

 

<!doctype html>

 

put the head tags and include the css file reference here

 

 The description of the image

 

 

CSS file: 

#myimg{

   width:100px; 

   height:100px;

   transition: all 1s ease; 

}

#myimg:hover{

transform: rotate(360deg);

}

 

If you have any doubts in the above code please feel free to contact me through urbanpro

0 Dislike
Follow 0

Please Enter a comment

Submit

Other Lessons for You

HTML - Introduction
HTML - Hypertext Markup Language is the standard markup language for creating web applications. Hypertext is simply a piece of text that works as a link. Markup Language is a way of writing layout information...

HTML
HTML- Hyper Text Markup Language HYPER MEANS:For Example: Girls connected to jweleries, sarees, chocolates. Here there link to there intresting things.At the same way one word connected to other page....

How to create a Basic Webpage using HTML
This is a very small basic article about creating HTML webpages. To start with you need to create an html file. you can create a text file (.txt) then rename it to something.html file ( .html extension...

Web Technology Tutorial
Web Technology has 2 category Front End (HTML,CSS,JS Etc) Back End/Server Side (PHP,JSP,ASP,ROR Etc) Front End technologies are - HTML, CSS, Bootstrap, Javascript, jQuery etc. Using front end...

CSS awesome tips
CSS - Cascading Style Sheet is used to beautify Web pages and there are some common things which are very basic yet conceptual and very important for development. So here are some of the important tips...
X

Looking for HTML Classes?

The best tutors for HTML Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn HTML with the Best Tutors

The best Tutors for HTML Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more