background preloader

All Free Bootstrap Themes & Templates

All Free Bootstrap Themes & Templates
Related:  HTML/CSS

49 Free Responsive HTML5 CSS3 Website Templates HTML5 has been around for a while now and we can see all developers have started to share free resources in HTML5, CSS3. The css3 website templates we are introducing today are totally free with amazing features like flat design, responsive layout, jquery sliders etc. Free doesn’t make it any bad as you can see most of these html templates look like premium templates. We have took a little extra time to grab new HTML templates in this exciting list of freebies. Download, share these templates with your friends and you have complete freedom to modify the theme to your project needs without any attributions. Here you will find around 50 free responsive html5 css3 website templates which can be used on your new website to alter, create high quality templates of your own without working from scratch. Also take a look at our previous articles on HTML5 Templates Spore – Free HTML5 Masonry Blog Template DemoDownload Burstfly – Free Grid HTML template DemoDownload Mart eCommerce Template Nava Lens

CSS3 Hover Effect Transitions, Transformations, Animations This post is all about CSS3 effect examples. We’re going to find out more about hover effect transitions, transformations and animations. All of them come with visual examples. I’ve also included the source code. Vendor prefixes: Everything you need to know! Before we begin, I want to give you a proper overview about the vendor prefixes [-webkit-|-moz-|-o-|-ms-] you see throughout this page. As you can see, there is no need anymore for this crazy vendor-prefix-hype you’ll find all over the internet. 01: Image size .image:hover { -webkit-transform:scale(1.2); transform:scale(1.2); } .image { -webkit-transition: all 0.7s ease; transition: all 0.7s ease; 02: Zoom in .container:hover.image { -webkit-transform:scale(1.3); transform:scale(1.3); } .container { overflow:hidden; width:200px; height:150px; 03: Zoom out -webkit-transform:scale(1); transform:scale(1); -webkit-transform:scale(1.3); transform:scale(1.3); -webkit-transition: all 0.7s ease; transition: all 0.7s ease; 05: Border radius distortion

Flatly Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater.

Bootswatch: Yeti Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater.

8 Free responsive website templates Download free responsive website template and simplify your work on your new project. Should none of layouts satisfies you, let inspire with templates or use only particular part of the template. In case you had any troubles with application, write us an e-mail. Responsive Fashion Blog template Responsive design template Responsive blog template Responsive Fullwidth website template Responsive Business website template Responsive Online shop template 2 sidebars and full width top bar website template

CSS Effects: 150 Cool CSS Examples And Tutorials We have put together a smart collection of cool CSS effects to help you learn the nitty-gritty details so that you can use it to create more beautiful web sites. Enjoy! 1. Swatch Book Tutorial with CSS3 & jQuery [Demo] 2. 3D Thumbnail Hover Effects [Demo] 3. 4. This awesome website consists of more than 100 different CSS effects like 2D transitions, background transitions, icon CSS effects, border transitions, shadow and glow transitions, speech bubble CSS effects, and cool CSS curl effects. 5. You will find more than 50 CSS animation examples on this simple website. 6. 7. 8. 9. 10. 11. 12. 3D Flipping Circle with CSS3 & jQuery [Demo] 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. 32. 33. 34. 35. 36. 37. 38. 39. 40. 41. 42. 43. 44. 45. 46. 47. 48. Use the basic features of CSS3 Transform: rotate. 49. Analogue clock created using webkit transition and transform CSS. 50. 3D Cube That Rotates Using Arrow Keys 51. 52. An accordion effect using only CSS. 53. 54. 55.

Aide mémoire pour Bootstrap | Maths, Info, etc. Twitter Bootstrap est une collection d'outils utile à la création de sites web et applications web. C'est un ensemble qui contient des codes HTML et CSS, des formulaires, boutons, outils de navigation et autres éléments interactifs, ainsi que des extensions JavaScript en option.Cette plate-forme a été conçue par deux développeurs faisant partie de la mouvance de développeurs qui gravitent autour de Twitter, Mark Otto et Jacob Thornton (@mdo et @fat).Ce site utilise un modèle basé sur Bootstrap. Cette page a pour objectif de lister les différents éléments gérés par Bootstrap pouvant être intégrés dans les pages et les articles utilisant ce modèle. La page est divisée en 12 colonnes.Pour écrire sur deux colonnes : <div class="row"><div class="col-lg-6"> Première colonne </div><div class="col-lg-6"> Deuxième colonne </div></div> Première colonne Deuxième colonne Pour écrire sur trois colonnes : Troisième colonne Boutons simples Boutons déroulants Taille des boutons Boutons de type bloc <! <h1 > h1.

Creating ASP.NET Web Projects in Visual Studio 2013 This topic explains the options for creating ASP.NET web projects in Visual Studio 2013 with Update 3 Here are some of the new features for web development compared to earlier versions of Visual Studio: A simple UI for creating projects that offer support for multiple ASP.NET frameworks (Web Forms, MVC, and Web API). For information about how to create web projects for Azure Cloud Services or Azure Mobile Services, see Get Started with Azure Cloud Services and ASP.NET and Creating a Leaderboard App with Azure Mobile Services .NET Backend. This article contains the following sections: Prerequisites This article applies to Visual Studio 2013 with Update 3 installed. Web application projects versus web site projects Overview of web application project creation The following steps show how to create a web project: If you want to add support for additional frameworks not included in the template, click the appropriate check box. Create a web app or virtual machine in Azure Empty Template Domain

Related: