Easy Html Tutorials

Stats

/

Notifs

Due to my lack of time for being online I can't answer questions anymore, but please use these tutorials to help you create a beautiful blog!

The results are in! Look here to see the survey responses.

NETWORKS

Support Me
Support easy-html-tutorials! If you enjoy my tutorials, consider adding one of the following to your blog!

Easy Html Tutorials
  luxegxld asked:
  how do you add fading on your posts, so that its normally faded and then when you hover over the post it becomes normal? thanks babe xox.

paste this code after <style type=”text/css”>

img

{-webkit-transition: opacity 0.8s linear;
opacity: 0.60;
}
img:hover{
-webkit-transition: opacity 0.8s linear;
opacity: 1;


This post has 3 notes
Tagged with: #faded posts #tuts #luxegxld #answer
  1. easy-html-tutorials posted this