background preloader

Bootstrap Magic

Bootstrap Magic

Flippant.js Heading Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Modal » Card » Donec sed odio dui. Whys and hows: Flippant is tiny. Flippant is easily customized. Flippant exports a single function: flip. var front = document.getElementByID('flipthis') , back_content = "<h1>I'm the back! Two modes: card (the default), and modal. back = flippant.flip(front, back_content, 'modal') The back gets the default class of flippant-modal-dark for modal flips and flippant-modal-light for cards. back = flippant.flip(front, back_content, 'modal', 'my-modal-classname') The full API: flip(element_to_flip, content_for_back, type(modal/card), classname_for_back) -> back_element 74.3% of the magic is in the css file.

Built With Bootstrap Some of you may know that I ran Built With Bootstrap many years ago, which wasn't much but became a really nice way for folks to share the sites they were building using the Bootstrap CSS framework. (Please note, I was never affiliated with the Bootstrap CSS team - I did use the framework a lot tho at the time) I'd always wanted to focus less on a specific frontend framework and more on bootstrapping startups, but never quite managed to get the time. One of the reasons that Bootstrap CSS became (and arguably still is) so popular is that it enables entrepreneurs and their teams to move faster towards getting something out in front of their potential audience. That's why I'm super excited to evolve Built With Bootstrap into Bootstrap Forever, a community to help bootstrapped startups build and grow together! Bootstrapping a business is hard, especially if you're running solo! Seeking funding or a quick exit isn't everyone's goal. This will sit alongside a new website (coming soon!)

Bienvenue sur la ZONE CSS | ZONE CSS - Les css et leurs relations avec les balises HTML et XHTML (définitions css V4.0) Bootstrap Date/Time Picker Introduction Simple date/time picker component based on the work of Stefan Petre, with contributions taken from Andrew Rowls and jdewit. Demo Code: Similar to above example, but in US date/hour format: Disables date picker: Disables time picker: The widget class provides 4 methods to manipulate dates: ‘getDate’/’setDate’ for working with UTC and ‘getLocalDate’/’setLocalDate’ for working with local dates: // Considering you are on a GMT-3 timezone and the input contains '2000-01-17 10:00'var localDate = picker.getLocalDate(); // localDate === 2000-01-17 07:00var utcDate = picker.getDate(); // utcDate === 2000-01-17 10:00//picker.setLocalDate(new Date(1998, 10, 11, 4, 30)); // input === 1998-10-11 07:30picker.setDate(new Date(Date.UTC(1998, 10, 11, 4, 30))); // input === 1998-10-11 04:30 The date value can be unset by passing ‘null’ to any of the ‘set’ methods or by erasing the input: The only event exposed is ‘changeDate’, which will expose ‘date’ and ‘localDate’ properties on the event object:

Shortcode reference - Wordpress Bootstrap - A Wordpress theme based on Twitter Bootstrap | WP-Bootstrap - Bootstrap in a WordPress theme. We’ve built a few shortcodes into the theme. Here’s how they’re used. Blockquotes [blockquote cite="Mother Theresa" float="(left right [optional])"]Love begins at home, and it is not how much we do... but how much love we put in that action.[/blockquote] Love begins at home, and it is not how much we do… but how much love we put in that action.Mother Theresa Buttons [button type="(primary info success danger)" size="(small medium large)" text="Button text" url=" Primary – Small Primary – Medium Primary – Large Info – Small Info – Medium Info – Large Success – Small Success – Medium Success – Large Danger – Small Danger – Medium Danger – Large Alerts [alert type="(warning info success error)" close="(true false)" text="Alert text goes here."] Warning alert – no close button. ×Warning alert – with close button. Info alert – no close button. ×Info alert – with close button. Success alert – no close button. ×Success alert – with close button. Error alert – no close button. Block message alerts

Eric Meyer's css/edge Please note that none of the demonstrations in css/edge are intended to work in Navigator 4.x. I say this not to denigrate that browser, but instead to spare you any frustration you might otherwise feel. This site exists to explore the cutting edge of HTML+CSS design, and Navigator 4.x is, at four years and counting, just too old to keep up with most things that will be done here. Again, there's nothing wrong with Navigator 4.x, but you probably don't want to use it in this area. Welcome to the edge What is this? Expanding our horizons For the last seven years, we've been pushing Web design further and further down the same path. Like tables, there is another highly limiting structure that's composed of rows and cells: a prison. css/edge is intended, first and foremost, to be as relentlessly creative with CSS as we have been practical all these years. Inclusion Criteria Copyright The obligatory pseudo-legalese: The various works, images, and text found on this site are copyright Eric A.

Bootstrap Material Material Design for Bootstrap is a theme for Bootstrap 3 which lets you use the new Google Material Design in your favorite front-end framework. If you like this project you can support me by donating something on Gratipay, starring this repository, or reporting bugs and ideas. Read more about Material Design for Bootstrap at the Github page. If you want support the development of this project please consider donate something: Donate with Gratipay Thanks to all the people that donate me weekly on Gratipay and all the ones which has donated on PayPal! Would you like to use this theme for commercial projects? Seems like you are using AdBlock to hide banners... Thanks! You can get this theme downloading the source from Bower: bower install bootstrap-material-design Download Install with NPM - Coming Soon You can also install and manage Material Bootstrap using NPM npm install Install with Bower You can also install and manage Material Bootstrap using Bower Install with Meteor What's included Sound Alarms

HTML5-CSS3.fr - Tutoriels, exemples et démos HTML5 et CSS3 Trouver son code couleur HTML ! Les couleurs avec du CSS sont les mêmes que celles avec un code HTML. Pour faire référence à d'autres couleurs, vous devrez utiliser le code hexadécimal. C'est bien sûr un peu moins parlant mais universel. Vous pouvez choisir votre couleur en cliquant ici : <-- Cliquer ici Il existe des couleurs nommées normalisées : Les 16 couleurs de fondamentales ont un nom parlant (en anglais) normalisé : elles sont reconnus par tous les navigateurs : Il est possible d'avoir l'ensemble des couleurs de l'arc en ciel :) avec une sa valeur hexadecimal : Couleur HTML et CSS En CSS, est bien pratique de mettre en forme un contenu et le définir une seule fois dans sa feuille de style. color: Gestion de la couleur du texte letter-spacing: Espace entre les lettres text-align: Alignement d'un texte text-decoration: Habiblement d'un texte A savoir : Dans ce chapitre, la notion d'héritage est appliquée. Couleur d'un texte ou une phrase en CSS Espace entre les lettres

DevDocs/HTML HTML, which stands for HyperText Markup Language, is the most basic building block of a webpage and used for creating and visually representing a webpage. It determines the content of a webpage, but not its functionality. HTML adds "markup" to standard English text. Hyper Text refers to links that connect Web pages to one another, making the World Wide Web what it is today. The articles here provide reference materials for web development. HTML Reference In our extensive reference, you'll find the details on each element and attribute that makes up HTML. References Block-Level Elements HTML (Hypertext Markup Language) elements are usually "block-level" elements or "inline" elements. CORS Enabled Image The HTML specification introduces a crossorigin attribute for images that, in combination with an appropriate CORS header, allows images defined by the <img> element loaded from foreign origins to be used in canvas as if they were being loaded from the current origin. CORS Settings Attributes

Related: