Skip to main content

Home/ CIRIwebsite/ Group items tagged css

Rss Feed Group items tagged

Jean-François Noubel

CSS Tutorial - 0 views

  •  
    "In our CSS tutorial you will learn how to use CSS to control the style and layout of multiple Web pages all at once."
Jean-François Noubel

The Incredible Em & Elastic Layouts with CSS - Jon Tan 陳 - 0 views

  • What is an Elastic Layout? An elastic layout scales with users’ text size. More accurately, an elastic interface scales with browser text size—commonly a default of 16px—which users can change if they wish. Some people make a permanent change for accessibility reasons, others use the UI controls to increase text size if they need to. Elastic design uses em values for all elements. Ems are a relative size, written like this: 1em, 0.5em, 1.5em etc. Ems can be specified to three decimal places like so: 1.063em. “Relative” means:
  •  
    Good tutorial about em and "elastic layouts"
Jean-François Noubel

10 Examples of Beautiful CSS Typography and how they did it... « Web Design M... - 0 views

  •  
    "There are a lot of great sites out there that have beautiful Typography using only CSS, however simply looking at them is only half of the picture. We want to know what did they do, and how/why does it result in beautiful type? NOTE: Do not simply steal the design/code/style listed here, learn from it. I have seen a few sites that have ripped off the design elements of these sites and it is awful."
Jean-François Noubel

CSS3 Button Maker | CSS-Tricks - 0 views

  •  
    "Drag things, pick colors, make a nice class for your buttons... introducing the Button Maker."
Jean-François Noubel

8 different ways to beautifully style your HTML lists with CSS - 0 views

  • Here's a last small technique that works with CSS3 (Supported by the latest versions of Firefox, Safari and Chrome). When hovering a block element, you'll get a rotated hover state. Might not be that useful, but it can be beautiful to see.
Jean-François Noubel

CSS Layout Generator - CSS Portal - 0 views

  •  
    This generator will create a fluid or fixed width column layout, with up to 3 columns and with header, footer and menu. Values can be specified in either pixels or percentages.
Jean-François Noubel

CSS-Tricks - 0 views

  •  
    A webdesign curated community
Jean-François Noubel

How to Turn a Texture into a Seamlessly Tiled Background | Psdtuts+ - 0 views

  •  
    Tiled backgrounds are great for both website backgrounds and in all kinds of Photoshop work. They are particularly useful when working with textures where you need a larger overall background than the small image you have to work with. In this quick tutorial I'll take you through taking a texture and turning it into a background image ready for seamless tiling. It's a useful little technique that's been around forever. We need this technique for today's other tutorial - How a Simple Layout Can Be Mixed 'n' Matched with Patterns, Photos and Backgrounds.
Jean-François Noubel

GRSites Web Designing: Buttons, Logos, Menus, Icons, Text Boxes, Page Templates - 0 views

  •  
    GRSites is the simple way to give your web pages a professional design.
Jean-François Noubel

How to Add Custom Backgrounds to the Thesis WordPress Theme - 0 views

  • Out of the box, Thesis comes equipped with a markup structure that can accommodate background changes with ease. Three HTML elements are involved in the production of the background: <body class="custom"> <div id="container"> <div id="page"> By adding just a few lines of CSS to your custom stylesheet, you can modify the above elements to create some pretty excellent background color, border, and page color combinations.
Jean-François Noubel

The Essential Guide to @font-face - 0 views

  • @font-face { font-family: 'ChunkFiveRegular; src: url('Chunkfive-webfont.eot); src: local(‚ò∫'), url('Chunkfive-webfont.woff') format('woff'), url('Chunkfive-webfont.ttf') format('truetype'), url('Chunkfive-webfont.svg#webfont') format('svg'); font-weight: normal; font-style: normal; }
  •  
    One of the best articles I have read on using new fonts in a web site
1 - 13 of 13
Showing 20 items per page