0 3023 How to add Fade Effect in twitter bootstrap slider? funlab December 23, 2015 3023 0 Paste this css in your css file: Then just call carousel-fade class in your div. That’s it. Read more
0 2590 How to make a mobile friendly responsive dropdown menu funlab December 23, 2015 2590 0 Just add this code to your head section Then add this CSS to your css file That’s it. You are good to go. Read more
0 2456 Integrate custom font to website funlab December 23, 2015 2456 0 At first you need to collect font with all required format. Then in CSS file Just include like this. So font type should be .otf, .ttf, .eot, .woff, .svg to make it all major browser compatible. Then you can use... Read more
0 3215 How to provide dynamic styles for various browsers funlab December 23, 2015 3215 0 An example of providing dynamic styles for various browsers: Read more