background preloader

How to create slick effects with CSS3 box-shadow – Red Team Design

How to create slick effects with CSS3 box-shadow – Red Team Design
Drop shadows and inner shadows are some of the effects I learned to apply using Photoshop's Blending options. But now, since CSS3 "hit the charts", you don't need Adobe's design tool to add a drop shadow or an inner shadow to a box. Nowadays, the cool thing is that you create beautiful CSS3 shadows without actually needing Photoshop anymore. View demo box-shadow property Thebox-shadow property allows you to add multiple shadows (outer or inner) on box elements. <shadow> = inset? Rocket science? Not at all, here's an quick example: box-shadow: 3px 3px 10px 5px #000; This CSS declaration will generate the following shadow: A positive value for the horizontal offset draws a shadow that is offset to the right of the box, a negative length to the left.The second length is the vertical offset. The above theory it's just a small amount, if you want to read more, than be my guest and check the W3C specs. Enough theory, let's see some stuff! Add depth to your body Reference URL Drop shadows Quick tips

HTML5 Boilerplate - A rock-solid default template for HTML5 awesome. Sliding Image Panels with CSS3 Today we'll show you how to create some neat sliding image panels with CSS only. The idea is to use background images for the panels and animate them when clicking on a label. We'll use radio buttons with labels and target the respective panels with the general sibling selector. View demo Download source Today we’ll show you how to create some neat sliding image panels with CSS only. The beautiful images are by Joanna Kustra and they are licensed under the Attribution-NonCommercial 3.0 Unported Creative Commons License. You might as well be interested in Filter Functionality with CSS3 where we have used a similar technique for filtering elements based on their type. Please note: the result of this tutorial will only work as intended in browsers that support CSS transitions and animations. The Markup The HTML will consist of three major parts: the radio buttons and the labels, the container with the panels and their “slices” for each image, and the titles. Let’s style this baby. The CSS Demos

Sexy CSS3 menu – Red Team Design One of the most common elements when talking about a website or an application design is definitely the menu navigation. No matter if vertical or horizontal, simple or complex, a menu is essential and it has to look that way. In today's article, you'll learn how to create a good looking menu using some CSS3 magic. View demo The idea If you are a web developer you may have heard of tools called CSS pre-processors. While visiting LESS's site, I noticed their download button, which is an image, and I thought to myself: I can do it using CSS only. LESS download button - at this time The HTML <nav><ul><li><a href="#"><span>Home</span></a></li><li><a href="#"><span>Categories</span></a></li><li><a href="#"><span>About</span></a></li><li><a href="#"><span>Portfolio</span></a></li><li><a href="#"><span>Contact</span></a></li></ul></nav> Pretty clean, except for the span element. The CSS Removing the default list styles Style the proper links Multiple CSS3 properties were used to create the above.

Top15 HTML5 Ebooks | Free Resources for Designers & Developers Every thing is now available on internet and i think internet provides huge relief to mankind. Now you can pay your bills online through internet and purchase any thing you want. Any ways HTML5 is the new and improved version of HTML. 1- 20 Things I learned about Browsers and the Web 2- Introducing HTML5 3- HTML5 Quick Learning Guide 4- HTML5 Mobile Web Development 5- Dive Into HTML5 6- Deploying HTML5 7- HTML Dog 8- Html5 Straight to the Point 9- Sams Teach Yourself HTML5 in 10 Minutes 10- The Essential Guide to HTML5 11- HTML5 For Web Designers 12- Smashing HTML5 13- HTML5 and CSS3 14- W3Schools 15- HTML5: Up and Running Another best html5 resources site

How To Create a Stylish Drop Cap Effect with CSS3 Drop caps have been around for years in the print industry, but they are still pretty rare in the web world despite the :first-letter selector having been around for a fair few years. Let’s take a look at how we can create a cool drop cap for our web designs and spice it up with some stylish CSS3 text-shadow effects. The design we’ll be creating features a large drop cap at the start of a block of text. The actual drop cap effect will be created with the :first-letter selector, while the extra effects are added with the help of CSS text-shadow. View the CSS drop cap demo <! Every web project begins with the basic HTML structure. The CSS demo file begins with a reset to remove any default browser styling, then the main font styling is added to the body. Now the slab-serif font is in place the size and line-height of the typography can be set. Now the main text is in place we can finally get around to styling up the drop cap.

12 Excellent CSS3 Button and Menu Techniques | Tutorials 1139 shares 20 Fresh CSS3 Tutorials The design industry is probably one of the fastest changing and growing. Designers have to keep their eyes on everything, including new trends in visual design, as well as interaction technologies like jQuery, HTML5, and CSS3. Read More 559 shares Developing Streamlined and Efficient CSS Styles CSS can be compared to the sculptor’s tool set when crafting a sculpture.

15 Handy HTML5/CSS3 Frameworks For Web Developers inShare49 HTML5 and CSS3 frameworks are becoming more and more popular every day. It really makes web developers’ lives easier, because there are so many benefits, e.g. Development time. It has reduced considerably, especially if you don’t have much experience with the framework and you use it in appropriate situations; Frameworks contain “hacks” for most common browsers. To solve the same problem with the positioning of elements in IE can make you bored very quickly; Simplifies support. Perkins Perkins is a pure HTML5/CSS3 Framework created with love. DemoDownload Inuit.css Inuit.CSS created by Harry Roberts. DemoDownload G5 Framework G5 Framework based on a F Layout. Download 52framework 52framework first HTML5/CSS3 framework created by enavu network. DemoDownload Less Framework 4 Less Framework is a CSS grid system for designing adaptive web­sites. Download Baseline Built with typographic standards in mind, Baseline makes it easy to develop a website with a pleasing grid and good typography.

Interactive Typography Effects with HTML5 With HTML5 gaining popularity, this tutorial outlines what is really just the tip of the iceberg that is interactive design. In this tutorial I will go over the development of dynamic, and generative banners to give your website that little extra wow! View demo Download source With HTML5 gaining popularity, this tutorial outlines what is really just the tip of the iceberg that is interactive design. I will go over the development of dynamic, and generative banners to give your website that little extra wow! If you are interested in reading more about the HTML5 spec, this is a great resource: Dive Into HTML5 by Mark Pilgrim Markup The HTML markup is very simple, since we will be doing all the work with JavaScript, on the canvas element: JavaScript As expected, it will be JavaScript doing all the heavy lifting here. Variables Let’s start defining some variables: A little explanation: The keyword here is going to be the word which you want to display on the banner. Setting up the banner

CSS3 Patterns Gallery Browser support The patterns themselves should work on Firefox 3.6+, Chrome, Safari 5.1, Opera 11.10+ and IE10+. However, implementation limitations might cause some of them to not be displayed correctly even on those browsers (for example at the time of writing, Gecko is quite buggy with radial gradients). Also, this gallery won’t work in Firefox 3.6 and IE10, even though they support gradients, due to a JavaScript limitation. Submission guidelines If you have a new pattern to submit, please send a pull request. Does it present a new technique? 9 Seriously Useful Online CSS Code Generators | DesignModo Nowadays CSS is one of the most important and most used style sheet languages for web development. It might however seem not really user-friendly for a person who is new to it and decided to build a website on his own, but he has never heard of it or worked with it. Now of course a professional would be able to write a CSS code even on the palm of his hand if he didn’t have a computer in front of him, but this doesn’t really sound so easy for a newbie in this subject. And what would make his life easier for all those who want to learn it fast and efficiently? – an online CSS code generator of course! CSS code generators help you create the desired code automatically; therefore there is no need for you to be an experienced CSS programmer, plus it will help you get to know CSS better and soon you will even be able to write it on your own. CSS3.0 Maker CSS Type Set CSSMate CSSportal CSS Frame Generator Telerik Visual Style Builder Typetester Grid Designer CleanCSS

scrollorama Disclaimer: This is an experimental, just-for-fun sort of project and hasn’t been thoroughly tested. Design and build your site, dividing your content into blocks. Embed scrollorama.js after jQuery and initialize the plugin, passing the blocks class selector as a parameter. Target an element and animate its properties. The animation parameters you can use are: Hook into the onBlockChange event. scrollorama.onBlockChange(function() { alert('You just scrolled to block#'+scrollorama.blockIndex); }); Note: If you are not using the pinning feature, it is recommended you disable it.

Related: