CSS - Nestdev.com | Nestdev.com

You are here: Archive for the ‘CSS’ Category

Free HTML5 CSS3 Admin Template

0 Comments

Free HTML5   CSS3 Admin TemplateThis Free HTML5 CSS3 admin template was created specifically for application and theme developers who want more out of their admin dashboard.

Simple & Cool CSS3 buttons

0 Comments

Simple & Cool CSS3 buttonsIn This Post. blogupstairs want to share with you another awesome css3 buttons that you can used for designing a website or a web application. To create nice looking buttons was never easier. Catalin Rosu, a.k.a Red will teach you how to create some cool CSS3 buttons in just a few steps. he uses the simplest possible markup and it uses HTML entities, gradients, shadows and many other CSS3 features do not miss to create the icons.

OS X Lion Interface Design Buttons in CSS to Improve Your UI

0 Comments

OS X Lion Interface Design Buttons in CSS to Improve Your UIOS X Lion was released recently. there are 250 some odd new features in Lion, what you probably notice first is the new interface design. Part of the new design is new icon buttons in apps like Mail.

New Google-Style Buttons Built with CSS

0 Comments

New Google-Style Buttons Built with CSSGoogle rolled out a new design across many of their services as part of the Google launch. The new look presents a sleeker, simplified Google that puts the emphasis on your data and not on the interface. Part of the design’s success are the new buttons

Not Just a Grid – Flexible & Modular CSS Framework

0 Comments

Not Just a Grid – Flexible & Modular CSS FrameworkNot Just a Grid is a flexible and modular css framework developed by Al Redpath / Outrageous Creations. that is designed to assist in the rapid prototyping and development of websites.

Interactive CSS3 Generator

0 Comments

Interactive CSS3 GeneratorThe CSS3 Generator is a simple, interactive,and free web application tool to generates CSS3.

Creating Show & Edit Style Element Using HTML5 ContentEditable Attribute

0 Comments

Creating Show & Edit Style Element Using HTML5 ContentEditable AttributeChris Coyier of CSS-Tricks.com has show us, how to creating “show and edit style element “. It that let users edit CSS styles and have them update in real-time using the HTML5 ContentEditable attribute

CSS Drop-Shadows without Images

0 Comments

CSS Drop-Shadows without ImagesDrop-shadows are easy enough to create using pseudo-elements. It’s a nice and robust way to progressively enhance a design.

Create 3D Ribbon without Image using 3D Ribbon Generator

0 Comments

Create 3D Ribbon without Image using 3D Ribbon GeneratorCreate 3D Ribbon without Image using 3D Ribbon Generator

Pure CSS GUI icons

0 Comments

Pure CSS GUI iconsPure CSS GUI icons – an experiment that uses pseudo-elements to create 84 simple GUI icons using CSS and semantic HTML only.

Bulletproof CSS3 media queries

0 Comments

Bulletproof CSS3 media queriesIf you are part of the CSS community you probably know that CSS3 media queries will change the way how we write CSS.Why is that?CSS3 media queries are very handy to target various devices with various monitor (screen) size. With the help of the CSS3 media queries we can have site optimized for iPhone and other mobile devices, with the same solution we can have site optimized for iPad and all other tablets . This CSS solution will be much more cheaper than building new mobile web site...

Free & Ready To Use Layouts – PrimaryCSS

0 Comments

Free & Ready To Use Layouts – PrimaryCSSPrimaryCSS is a CSS framework which focuses only on creating the most common layouts.It comes with 22 different layouts from single column to multi-column variations which are compatible with all major browsers.By default, the layouts are 960px in size but they are actually fluid and work with any width.Simply, it is a handy framework for giving a quick start to any web project and a useful guide for new-comers to web design.

Inset Border Effect jQuery Plugin

0 Comments

Inset Border Effect jQuery PluginI was browsing through a few Flash templates on ActiveDen when I came across an effect I see very often on Flash website galleries. It’s a very simple but neat effect. The images have a border, but unlike CSS borders, it covers up part of the image. I wanted to use this effect in one of my galleries so I went ahead and experimented a bit and came up with the following jQuery plugin. It basically wraps the images in a with the same dimension as the image and sets the overflow to hidden. Then...

Create Animated Price Grid Using CSS3

0 Comments

Create Animated Price Grid Using CSS3So here today we will create a animated Price grid using css3 only. No Jquery No Images No flash at all.What we will learn today CSS3 Linear Gradient CSS3 Radial Gradient CSS3 Transition CSS3 Animation

How To Use CSS3 Media Queries To Create a Mobile Version of Your Website

0 Comments

How To Use CSS3 Media Queries To Create a Mobile Version of Your WebsiteIn this article I’ll explain how, with a few CSS rules, you can create an iPhone version of your site using CSS3, that will work now. We’ll have a look at a very simple example and I’ll also discuss the process of adding a small screen device stylesheet to my own site to show how easily we can add stylesheets for mobile devices to existing websites.