background preloader

Buttons - A CSS button library built with Sass and Compass

Buttons - A CSS button library built with Sass and Compass
Related:  fasilbabukdyhtml i css

Tridiv | CSS 3D Editor Sublime Text 2 pour le dev web : config, trucs et astuces Pourquoi cet article ? J'écris cet article parce qu'autant ST peut être extrêmement puissant et confortable, autant son installation par défaut (ST « nu », si vous voulez) n'en laisse pas paraître grand chose… La sidebar est totalement dénuée d'options utiles au clic droit, on n'a pas de transpose, etc. Et même ses fonctions natives puissantes, comme le Go To Anything, la Command Palette ou les Layouts, sont souvent bien peu utilisés, ou sous-employés. L'idée est donc de mettre en place ici une config « musclée », et de vous fournir également des liens vers des ressources externes de qualité sur ST lui-même, au travers notamment de screencasts, qui constituent toujours une des meilleures approches pour découvrir un éditeur, car l'aspect visuel et animé est important ici. À partir de zéro Note importante : si vous avez déjà ST d'installé et de personnalisé, il peut être préférable de sauvegarder vos réglages et paquets. Installation Vous pouvez télécharger ST depuis son site officiel.

A Handful Of CSS Trends And How To Use Them There are a handful of CSS and CSS3 trends that are making their way across the web. Find out how to use them on your site… As I make my daily web travels, I’m constantly keeping an eye out for any trends or cool effects that other blogs are taking advantage of. Some of the examples below are taking advantage of CSS3 and may not work in all browsers. Text Selection Color This is kind of a neat one. Just add the following CSS to your stylesheet and you’ll be in business. Gradual Fading Links Here is another great way to add a nice subtle effect to your site. 99% of the time when you hover over any link, it will change right? Add the following CSS to your stylesheet to take advantage of the effect. The 1px Click Give your links a little style with the 1px click effect. Intro Paragraphs Are Easy I wrote about intro paragraphs in an earlier post, but didn’t go into depth on how to use them on your site. Box Shadow with RGBA on Hover Whoa, we’re getting a little deep here! Wrapping Things Up

JavaScriptSource.com - Free JavaScripts, Tutorials, Example Code, Reference, Resources, And Help Sublime Text 2 About this Screencast You’ll complete this screencast with a great overview of ST2’s features, and have a great migration plan from your current editor. Sublime Text 2 brings a number of unique features to you, as well doing a great job with the toolset we already expect in our programming tools. You’ll understand how to take advantage of ST2’s rich feature set and numerous customizations. ST2 is usable “out of the box,” but has a number of advanced features that can quickly make you more productive. Contents and Extracts Introduction Configuring Sublime Text 2 Touring the User Interface Navigating and Editing Text Integrating Build Systems Extending Sublime Text 2 with Plugins Importing and Using TextMate Bundles Conclusion Sublime Text is taking the programming community by storm, and rapidly unseating incumbents like TextMate and Vim for many programmers. Free preview: (iPhone) (QuickTime) (Ogg) Installer videos: About the Author Upcoming Author Events

Dive Into HTML5 250+ Free Responsive HTML5 CSS3 Website Templates All professional free premium responsive HTML5 and CSS3 Templates have functionality and features of HTML5 and CSS3. Using HTML5 and CSS3 features are popular among web designers nowadays. HTML5also provide great features to create animation on web instead of flash animation. Websites developed in HTML5 animation will not require adobe flash support on your web browser anymore, provided that your browser supports HTML5. There are more kind of html5 css3 website templates such education templates, hotel templates and more. Ultra-Modern – Free Responsive Design Agency Theme This clean responsive template is a perfect basis for displaying a vast amount of content in a coherent manner, thus promoting your web design agency or other projects related to this business niche. Demo More Info Free Responsive HTML5 Corporate Template You can effectively deliver your business ideas with Free Responsive Corporate Template, professional freebie designed. Demo More Info Demo More Info Demo More Info

Swiper - Mobile Touch Slider And Framework With Hardware Accelerated Transitions Swiper - is the free and ultra lightweight mobile touch slider with hardware accelerated transitions (where supported) and amazing native behavior. It is intended to use in mobile websites, mobile web apps, and mobile native apps. Designed mostly for iOS, but also works great on Android, Windows Phone 8 and modern Desktop browsers. 1:1 Touch movementBy defaut Swiper provides 1:1 touch movement interraction, but this ration could be configured through Swiper settings.Touch emulationThis function will be useful if you are going to use Swiper on desktop sites. With all these features you can build amazing touch interfaces and apps with awesome native behavior.

Learn CSS Positioning in Ten Steps: position static relative absolute float 1. position:static The default positioning for all elements is position:static, which means the element is not positioned and occurs where it normally would in the document. Normally you wouldn't specify this unless you needed to override a positioning that had been previously set. 2. position:relative If you specify position:relative, then you can use top or bottom, and left or right to move the element relative to where it would normally occur in the document. Let's move div-1 down 20 pixels, and to the left 40 pixels: Notice the space where div-1 normally would have been if we had not moved it: now it is an empty space. It appears that position:relative is not very useful, but it will perform an important task later in this tutorial. 3. position:absolute When you specify position:absolute, the element is removed from the document and placed exactly where you tell it to go. Let's move div-1a to the top right of the page: What I really want is to position div-1a relative to div-1. Footnotes 10.

Responsive Multi-Level Menu A responsive multi-level menu that shows its submenus in their own context, allowing for a space-saving presentation and usage. View demo Download source Today we want to share an experimental drop-down menu with you. The main idea is to save space for menus that have a lot of content and sub-levels. Each sub-level in this menu will be shown in its own context, making the “parent” level disappear. This is done with subtle animations that are defined in separate animation classes. Please note: this only works as intended in browsers that support the respective CSS properties. The structure of the menu contains an unordered list that can have an arbitrary number of sub-lists: Animations are defined in animation classes: And the plugin is called as following: We hope you like this little experiment and find it inspiring!

geuis/helium-css Designing Websites for All Screen Resolutions Tutorial on Designing for 800 x 600, 1024 x 768, 1280 x 1024 and higher Designing web sites to fit all resolutions is a very important web design principle. Try out the Entheos site in all resolutions higher than 800 x 600 and you will find that it is designed to fit the page exactly. Therefore, visitors who have higher resolution can see more content in one page which reduces scrolling. Most web sites are designed for only one resolution. From our research we have found that majority of our viewers are on the 1024x768 resolutions and higher. Step 1: Decide on the lowest Screen Resolution Before you start you need to decide on your lowest screen resolution. Step 2: Design Your Web Site On This Resolution Once you decide on your lowest screen resolution you need to design your web site for that resolution This means that all your graphics will be designed for this resolution. Step 3: While converting your design to HTML make sure all your tables are measured in terms of percentages Notes:

Related: