Pages

Tuesday, 28 June 2016

CSS Hover Effects

Today I am going to tell you how to use effects on cursor hover / mouse over or we can say that how to use hover.css. It is very easy process to use in your website. It is commonly used in latest websites in nav-bar, Important-text and buttons. We just need to download a single file and link it with your website so that u can use its features by hovering on text on button or div. it is a file made or provided by github but a few people know about it that’s why all spend so much time to write the code for a single effect. But by using this file u just need to attach it with your website in backend and add a simple class to use it.

Steps to use hover.css:

1)      Download this file
2)  Link css file with your website. For example: [<link rel="stylesheet" type="text/css" href="hover-min.css"> ].
3)      Now choose the class on which you want to use the hover effect and write  class=”hvr-*-*” Note: * refers to the name of effect. For Example: [ <div class="hvr-wobble-top" style="padding:10px; background:rgba(0,0,0,0.5);"><p>Text</p></div> ].
4)      That’s it you have done with now enjoy the beautiful animations.



To see more effects open index.html file with the file u have downloaded before.

But if you want to edit something in the effect like its background, color, margin, padding or anything else you just give a custom class to it and write your own properties and save it and run. In case if any of property does not work then use !important  after the property.

For example normally we write the code like this:

.custom-class{
            background:red;
}

But in case if it is not working because the hover.css is external file using transitions and important grounds you have to add this to overcome hover.css.

.custom-classs{
            background:red!important;

}

For more understanding watch this video How to add css hover effects

Sunday, 26 June 2016

Use Animations to Make Your Site More Attractive

Hello!!
Today I will tell your how to add animations on your website to look it more attractive. First off all we should know what is animation in css? Basically t is used when we want text to be animated from website. To make any text animated we use css so it does not effect on page load or page speed. We just attach two files and write a little code for it. You can check animations on https://daneden.github.io/animate.css/ link. It is a online file provided by githud to use animations on your website even they have some links to attach it on your website too but it is not that much easy and sometimes it don’t work. Today I will tell you two features of animate.css. 
1.       Animation.
2.       Animation on scrolling.




1.      Animation : It  just let you animate your text. For example when you open your website your text, div or picture will bounce, Swing or Shake. But the text on which you want to use animation is at the bottom… then it’s a problem for you because animation will work on page load only and it will end when u will reach on the part u want to animate. But its solution I am providing u is Animation on Scrolling.
2.      Animation on Scrolling: It is used when u want to use animation on the bottom of the website. Because animation is on hold until you reach at the bottom or on the part you want to animate in your website.

So here are few steps to use Animations:

1)      Download these Files,
2)      Attach animate.css. For example: <link rel="stylesheet" type="text/css" href="animate.css">.
3)      Now choose the div u want to animate and just write [ class="animated zoomIn" ] For Example: <div class="animated zoomIn" style="margin-top:500px;text-align:center;"><h1>How Are You</h1></div>
4)      Now just Save the page as *.html and run in google chrome.

Steps to use Animation on Scrolling:

1)      Use Upper 3 Steps to Attach Animations.
2)      Attach jquery.js. For example: <script type="text/javascript" href="jquery.js"></script>.
3)      Attach file.js. For example: <script src="file.js"></script>.
4)      Copy This code and paste [<script> new WOW().init(); </script> ].
5)      Now where you attached the class animated zoomIn just write wow with them. For Example : <div class="animated zoomIn wow" style="margin-top:500px;text-align:center;"><h1>You</h1></div>.
6)      Now save the page and run it. Your animations will run on page scroll only.


To Understand more easily watch this video Animations to Make Your Site More Attractive.

Thursday, 23 June 2016

How to make your own free site on wix.com

Today I will teach you how to make your own free site on wix.com. It is very easy to do this because its editor is very user friendly and you can drag and drop anything in your website. It was founded in 2006.

·       Feature :
1.      Drag and Drop Editor.
2.      Stunning Templates.
3.      Providing 250 apps.
4.      Mobile Friendly [Responsive].
5.      Image Editor
6.      HTML Embed Code.

·       Wix: According to me wix.com is the best site to design your first site. Because it gives you user friendly environment to design website you can easy drop anything from its menu and can drag anywhere. You have full authority to place you content anywhere, to change the color of it, a huge inbuilt gallery of photos and videos. Even you can choose photo or video from a url or from your computer

.


Now I will tell you how to make an account on wix.com:
·         Open www.wix.com and click sign in on top right corner.
·         You can sign up using your facebook or google+ account or here you can click on sign up link to sign up manually by entering your mail id and then choose a strong password.
·         In this window you can change your language if you want to change and then click on CREATE YOUR WEBSITE.
·         Choose a creative design related to your website and click edit.
Now you will be redirected to a new window with an editor. Here you can edit your website but removing old things and adding new things in website change the color, text anything that you want to change.

Here is my new video of editing a wix website. Watch it for more details.


  • Youtube
  • https://www.youtube.com/watch?v=9oIOmggYAoU

Wednesday, 22 June 2016

Smooth Scrolling in Website

In these days there is a new feature in latest websites which is used by designers to show the website more attractive and beautiful. This feature is Smooth Scrolling of a web page. This is the latest feature used by website designers to make site more attractive and user friendly.



So i decided to let you know about this feature and want u to know how we can find its code and can use it in our website.

Please Check it out on Youtube.

Smooth Scrolling in website