CSS animations are a lot of fun; the beauty of them is that through many simple properties, you can create anything from an elegant fade in to a WTF-Pixar-would-be-proud effect. One CSS effect somewhere in between is the CSS flip effect, whereby there's content on both the front and back of a given container. This tutorial will show you show to create that effect in as simple a manner as possible.

How To Add 3D Flip Effect To An Image In Blogger Using CSS3


  1. Actually i have made it very simple for you guys , you just have to add your image link in the script .
  2. First of all Go To Post Section , Click on Create Post and then switch into HTML Section copy the below script and paste it over there.
________________________________________________

<div class="profile-image">
 <div class="flip-3d">
 <figure>
 <img src="yourimage.jpg" />
 <figcaption>Caption text goes over here!</figcaption>
 </figure>
 </div>
</div>
____________________________________________

  1. Replace yourimage.jpg with your desired image url. 
  2. and in the figcaption tags add the text you want to appear on hovering the image.
  3. Now Just Copy the below CSS code and paste it just below the above script
_____________________________________________
<style>
.profile-image {
  margin-bottom:20px;
}
div.flip-3d {
 perspective: 1200px; width: 100%; float: left;
}
div.flip-3d-skills {
 perspective: 1200px; width: 100%; float: left;
}
div.flip-3d figure {
 position: relative;
 transform-style: preserve-3d;
 transition: 1s transform;
 font-size: 1.6rem;
}
div.flip-3d figure img {
 width: 100%;
}
div.flip-3d figure figcaption {
 position: absolute;
width: 105%; height: 50%; top: 0;
 transform: rotateY(.5turn) translateZ(1px);
 background: rgba(255,255,255,0.9);
 text-align: center;
 padding-top: 45%;
 opacity: 0.6;
 transition: 1s .5s opacity;
}
div.flip-3d:hover figure { transform: rotateY(.5turn); }
div.flip-3d:hover figure figcaption { opacity: 1; }
div.flip-3d figure:after {
content: " "; display: block;
height: 8vw; width: 100%;
transform: rotateX(90deg);
background-image: radial-gradient(ellipse closest-side, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
}
</style>
________________________________________________

You can also play with  the different properties and selectors of CSS by changing the above Code , but if you are new to CSS just add the image url and caption text , don't edit it if you are new to programming!









Pakistani Girl Beautiful Images Large  Collection
10 Images Pakistani Girl Beautiful Images Large Collection. Girls Hd wallpaper. Pakistani Girls Wallpapers. Free Girls pics



















Great galleries of love images
19 Images Great galleries of love images and photos
Get inspired and browse through
 hundreds of kisses, 

hugs and heartsLove Photos, Pics,
 Latest Love Wallpapers, Love Pictures













Beautiful Pakistani Girls 12 Photos CollectionPakistani Cute Smile Girl,New Pakistani Girls Wallpapers

Kaash mil jaye kabhi khawab

Kaash mil jaye kabhi khawab ki tabeer mujhe
Ankh khulte hi tujhe apne samne baitha dekhon

Na kaha karo har baar ki hum chor denge tumko
Na hum itne aam hai na yeh tumhare bas ki baat hai

Kar Sako Yaqeen
Kar Sako Yaqeen Toh Bataun Tumhein
Bahot Khaas , Bahot Khaas, Bahot Khaas Ho Tum

Beautiful Indian Girls Wallpapers
Beautiful Indian Girls Wallpapers
 A nice collection of Indian cute and 
beautiful girls wallpapers, pictures,

Beautiful Pakistani Girls
Beautiful Pakistani Girls 

BLOCK UNWANTED EMAILS ON GMAIL AND HOTMAIL


My previous post talked about how to block unwanted emails on yahoo,i have received mails from many people, asking me to teach them how they can block unwanted emails on gmail and hotmail. Thus, today i want to satisfy everybody, by talking about how you can block unwanted mails on hotmail and gmail.


FOR GMAIL
  • Login to your account
  • At the top-right corner, click on "Settings"
  • Under Settings, click on "Filters"
  • You will now see an option -Create a new filter, click on it
  • Now in the From field enter the email address from which you do not want to receive the emails

For example: You may enter example@gmail.com in the from field to block all incoming emails from this address. However if you want to block the whole domain then use the following syntax: @gmail.com. Now all the incoming emails from the domain gmail.com will be blocked.

  • Click on Next Step, select the action you wud like to take on the blocked emails. You may select the option Delete it so that the blocked email is moved to trash. To unblock the email, all you need to do is just delete the filter that you have created.




FOR HOTMAIL

  • Login to your account
  •  At the top-right corner, click on "Options"
  • A drop down menu appears, now click on "More options"
  • Click on "Safe and blocked senders" link under Junk e-mail
  • Now click on "Blocked senders"
  • Type in the email address that you want to block under blocked e-mail address or domain field.


For example. Enter example@yahoo.com to block the individual email address or just enter yahoo.com to block the entire domain.

Immediately i got this Tips, I Quickly block Facebook.com, facebook mail.com and groups.facebook.com,so that i can stop receiving those annoying Facebook Notification Inbox in my Mail and it works. Thats it. Keep your inbox clean and tidy.
Related Posts Plugin for WordPress, Blogger...
UA-50883406-1