Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged rounded

Rss Feed Group items tagged

samibaceri

Advantages and disadvantages of different types of roulette - 2 views

When it comes to casino roulette, it is one of the most popular and exciting games that attracts players from all over the world. Depending on the type of roulette, players may encounter different ...

started by samibaceri on 24 Oct 24 no follow-up yet
htmlslicemate.com

60 Beautifully Designed Retro and Vintage Logos - 0 views

  •  
    Retro and vintage has been a trend in web design for some time now, and shows no signs of going out of fashion. It therefore follows, that this style is also trending in logo design. There is a lot of skill involved in designing logos, the designer is expected to create a 'feel' in a very small piece of art and/or text, and to convey the message the company wants to put across to their existing and potential customers. In this round-up we have selected 60 retro and vintage logos that have been beautifully designed, some of which have been designed for companies, others have been created for practise or for portfolios.
htmlslicemate.com

50+ Beautiful and Imaginative Examples of Sci-Fi Digital Art - 0 views

  •  
    No matter which media, the sci-fi genre captures the imagination like no other, be it film, TV, books, gaming or art. Sci-fi doesn't trend, it is simply always popular and has been for many years, and I am sure will be for many years to come. It is a genre that frees the imagination, the artist, game creator or author can go where they will in their own minds to create amazing works that need absolutely no grounding in reality, and of course, sci-fi does not always have to be serious as a few of the works below will prove. In this round-up, we have collected more than 50 beautifully imaginative examples of digital sci-fi art for your viewing pleasure.
felecia jackson

eBuilderz: Responsive WordPress Website Designs - Wordpress Experts - 0 views

  •  
    Looking for reliable, cost effective and competent web development services for your business? We at eBuilderz present innovative, premium and bespoke web solutions for your business that ensure maximum revelation to millions of potential customers round the globe.
Maxim Djuliy

20 stunning examples of CSS 3D transforms - 0 views

  •  
    Rounded corners, gradients and drop shadows are well known features of CSS3, but beyond these there lie CSS transitions, transforms and animations. In combination they create effects never before achievable. CSS 3D transforms are smooth, hardware accelerated and simple to implement, with browsers taking on what would be very difficult perspective calculations.
Soul Book

CSS techniques I use all the time - 0 views

  • EM calculations Sizing text is always an important part of making a usable design. I start all my CSS files with the following rules: html { font-size:100.01%; } body { font-size:1em; } The explanation for this comes from "CSS: Getting Into Good Coding Habits:" This odd 100.01% value for the font size compensates for several browser bugs. First, setting a default body font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. The current "best" suggestion is to use the 100.01% value for this property.
  • I used the following calculation: 14px/16px = .875, 18px/16px = 1.125. So my default text at 1 em would translate to 16px for most users, and my small text I sized at .875em which I can trust to result in 14px for most users, while my large text I sized at 1.125em which I can trust to result in 18px
  • Safe Fluid-width Columns I work with hybrid fluid layouts all the time, usually with max-width set at anywhere from 900 to 1000px. I usually have floated columns with percentage widths, and browsers will calculate these percentage widths to whole pixel values when rendering the columns.
  • ...3 more annotations...
  • A typical problem is the following: when a user has the viewport at a size that makes the outer container 999 pixels wide, if the first column is 60% and the second is 40%, IE 6 will always calculate the two columns as 600 and 400 pixels and as a result, the two will not fit (600+400 = 1 more than 999) and it will drop the second column. This is obviously not intended behavior, and in a world where we still have to use floats for columns (I can't wait for display:table support across all browsers), it's important to work around this problem. I used to give my last column 1 less percent (in this example, it would have 39% instead of 40%, but this would usually result in columns that don't quite fill up the container. Of late I have been giving the last column .4 less percent (in this example, 39.6%), which seems to work perfectly. Browsers will calculate this width and round up, but it will still fit even with an odd container width like 999px and I won't have to worry about dropped columns.
  • Filtering for Old Browsers To be honest, I barely support IE 6 nowadays. If there is something special about my layout that doesn't work in IE 6, I will simply filter it out of the CSS that IE 6 understands
  • Because old browsers like IE 6 don't support the "first child" selector (right caret >), I can do the following to make sure that IE 6 only gets the basic setting and all the new-fangled browsers get the right result: div#container { width:900px; } html>body div#container { width:auto; max-width:900px; } /* This overrides the previous declaration in new browsers only, IE 6 simply ignores it. */
  •  
    Excellent simple collection of CSS tips that are easy to remember and implement. It's an old article, but i think everything is still relevant
Vernon Fowler

SpriteMe - 0 views

  •  
    Background images make pages look good, but also make them slower. Each background image is an extra HTTP request. There's a fix: combine background images into a CSS sprite. But creating sprites is hard, requiring arcane knowledge and lots of trial and error. SpriteMe removes the hassles with the click of a button.
Harikrishna Patel

Remarkable SEO Trends of 2014 - 0 views

  •  
    What are the remarkable SEO trends of year 2014? Read on our today's post and discover what are the things that year 2014 has given to SEO and what has made this year a remarkable one? So, always stay updated with latest #SEOtrends at #SoftqubeTechnologies.
Tonny Mathews

A Powerful Social Bookmarking Script from NCrypted - 1 views

  •  
    Social Bookmarking is to store and manage Websites and web pages for you. You have most likely recently been rounded up and save your most important web links.
imaginet

Web Design Strategy Today! - 1 views

Web designing is a vast subject in the field of computer sciences. Today people largelyconnect with each other for business, information, services, learning and so on through websites. Ithas now be...

Web webtools webdesign seo websites wordpress ppc

started by imaginet on 22 Dec 14 no follow-up yet
seodrivedigital

What Are Some Of The Biggest Issues Faced By Digital Marketer In The Year 2018 ? - 3 views

Digital marketing is growing by leaps and bounds in today's world, and every marketer faces many issues such as trying to establish a market for customer's brand. We should take up this challenges....

digita marketing company in Jaipur

started by seodrivedigital on 11 Jun 18 no follow-up yet
« First ‹ Previous 41 - 60 of 68 Next ›
Showing 20 items per page