Skip to main content

Home/ CSS Evangelist/ Group items tagged web-design

Rss Feed Group items tagged

Vernon Fowler

Meet the Pseudo Class Selectors | CSS-Tricks - 0 views

  • You probably wouldn't want to drop cap every single paragraph on the page, but just the first one, so, p:first-child:first-letter { }
radyo dinle

Radyo Dinle Radyoyo | Radyo Dinle Radyoyo - 0 views

  •  
    Radyo Dinle Radyoyo ile alakalı tüm söylenilenlere ek olarak ilave edecek çok fazla bir şey yok. Son dönemlerde bloggerlar Radyo Dinle Radyoyo konusu ile ilgili sürekli yazıları yazıp bilgilendirmeler yapmaktadırlar. Konuyu kısaca özetleyecek olursak 2013 yılının ilkbahar aylarına girerken online olarak radyo ve müzik dinlemek isteyen internet kullanıcılarına hitap eden başarılı bir proje olarak radyoyo gönüllere taht kurmaya devam ediyor.
Anna Taylor

10 Ways to Make a Website More Usable - 1 views

  •  
    Keeping usability for stumblers, browsers and surfers in mind when creating a website can be an exasperating task. Doing so shouldn't have to be so frustrating... What follows is a list of how to improve your site's usability without going crazy!
Vernon Fowler

Ten Reasons You Should Be Using a CSS Preprocessor | Urban Insight Blog - 0 views

  • 10 reasons you should consider using a CSS preprocessor
  • you can start using things like variables, mixins, and functions. It will allow you to start reusing properties and patterns over and over, after defining them just once
  • nothing is repeated
  • ...2 more annotations...
  • Both Less and Sass support nested definitions.
  • if you can write CSS, you already know how to write valid .less
anonymous

Google Panda 3.3 Update - A Look at Improvements in White-Hat SEO - 0 views

  •  
    Google's latest panda update will penalize over optimized site. Panda 3.3 will give more importance to the value of your website content. If you repeat the same keywords or insert too many links, then your site will drop from its current position in the SERP pages.
Vernon Fowler

Font sizing with rem - Snook.ca - 0 views

  • The problem with em-based font sizing is that the font size compounds. A list within a list isn't 14px, it's 20px. Go another level deeper and it's 27px!
  • The rem unit is relative to the root—or the html—element. That means that we can define a single font size on the html element and define all rem units to be a percentage of that. html { font-size: 62.5%; } body { font-size: 1.4rem; } /* =14px */ h1 { font-size: 2.4rem; } /* =24px */
  • We can specify the fall-back using px, if you don't mind users of older versions of Internet Explorer still being unable to resize the text (well, there's still page zoom in IE7 and IE8). To do so, we specify the font-size using px units first and then define it again using rem units. html { font-size: 62.5%; } body { font-size: 14px; font-size: 1.4rem; } /* =14px */ h1 { font-size: 24px; font-size: 2.4rem; } /* =24px */
  • ...3 more annotations...
  • I'm defining a base font-size of 62.5% to have the convenience of sizing rems in a way that is similar to using px.
  • consistent and predictable sizing in all browsers, and resizable text in the current versions of all major browsers
  • The compounding nature of em-based font-sizing can be frustrating so what else can we do?
a2zwebhelp

Breadcrumbs - Pagination using Bootstrap CSS - 0 views

  •  
    Bootstrap made it easy to define breadcrumb navigation. Just use the class "breadcrumb" and your breadcrumb navigation will be created.
mesbah095

Guest Post Online - 0 views

  •  
    Article Writing & Guestpost You Can Join this Site for Your Article & guest post, Just Easy way to join this site & total free Article site. This site article post to totally free Way. Guest Post & Article Post live to Life time only for Current & this time new User. http://guestpostonline.com
garudamuda

Join My Blog , My Bro - 0 views

DAFTAR KUMPULAN BLOG BISNIS ONLINE INDONESIA http://tipsbisnisonline-dirumah.blogspot.com/ http://beritabola-livescore.blogspot.com/ http://kumpulantips-kesehatan.blogspot.com/ http://berita-ol...

css webdesign design online tools web computer css3 javascript html

started by garudamuda on 01 Nov 13 no follow-up yet
Clap Creative

How to Making Charts with CSS in HTML? - 1 views

  •  
    There are many ways to make visual representations of data: bar charts, line graphs, scatter diagrams, sparklines... not to mention the many ways in which
Clap Creative

Professional SEO Company - Not Traffic but Leads by enter your domain & Get Free Consul... - 1 views

  •  
    Clapcreative Offers SEO, PPC, Digital Marketing services in Los Angeles. Sign up for get free consultation!.
Vernon Fowler

CSS3 Generator - 12 views

  • -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  • If you set it to border-box, the padding and border will render inside the box.
  •  
     All the effects are fully customizable and you can choose from all the popular CSS3 properties.
« First ‹ Previous 161 - 180 of 219 Next › Last »
Showing 20 items per page