37 outstanding examples of CSS

It’s amazing what can be done with CSS these days. Support for the latest CSS3 properties is strong in the latest versions of all the major browsers – even Internet Explorer – and the possibilities for typography, animation and interactivity have never been greater. But finding web design inspiration can be tricky.

At its core the secret to a great website is not about showing off with slick visuals and whizz-bang features, but lies in creating a great experience for users through a layout and navigation that guide them to where they want to go quickly and effortlessly. That said, if it can look beautiful as well, that’s the icing on the cake.

Here we list 37 great examples of CSS sites that will provide a burst of web design inspiration…

01. BucketListly

BucketListly is a community that sets out to help users unlock achievements in real life while inspiring others to do the same. Built using Ruby on Rails with HTML5, SCSS, CoffeeScript and jQuery, the platform has the ability to let travellers and adventurers share their stories with their friends on the site as well as their connected social networks.

When a user shares a story on BucketListly, the platform automatically tracks what, when and where they’ve completed that life goal, letting them earn special badges and displaying all that data in a beautiful timeline and map.

02. 96 Elephants

Web design inspiration: 96 Elephants

US-based Viget Labs has created an awareness-focused web experience to enlist support for the Wildlife Conservation Society’s mission to protect African elephants. Its most recent campaign is 96 Elephants, so-called because that’s how many elephants are killed every day in Africa.

The educational narrative is told through a series of single-page chapters, each detailing the very real complications at play in the ongoing effort to end the illegal act of killing elephants for their tusks. Despite the primary goal of driving sign-ups for a petition, the Viget team has done an artful job of balancing the immediacy that the omnipresent call-to-action presents against the more emotionally compelling, story-driven content.

Front and centre is the haunting art direction that compels you to stop and confront the emotional mission. The beautiful, edge-to-edge photography and magazine-like layout made the effort to build it responsively a challenge. Instead of starting with the desktop, the site was built mobile-first. That allowed the design decisions to be purposefully considered for small-screens instead of acting as a watered down proxy of the desktop experience.

03. Merge Records

Web design inspiration: Merge Records

With bands like Arcade Fire, Superchunk and The Mountain Goats on the roster, Merge Records in Durham, North Carolina, looked to local digital partner Newfangled to build a world-class ecommerce experience to match the quality of its artists.

Built on NewfangledCMS, Newfangled’s proprietary PHP-based CMS, with HTML5 and CSS3, the site responds beautifully to different device sizes. The new system is now automated to ensure that the label’s assets are all centrally managed and available. Newfangled COO Chris Butler says,

“Whenever a product is added, we have to figure out how this corresponds to a piece of physical inventory that sits in a different database, and how it accounts for a piece of digital inventory that sits in another system. We had to figure out those logistics.” With numerous different database calls on each page, the order of priority of the data was important to get right.

04. Ticketleap Events

The Philadelphia-based company Ticketleap helps event creators build landing pages for audiences to find out more information or buy tickets. Designed and built by the Ticketleap team using HTML5 and CSS, the redesigned event pages bring to life an event landing page that’s beautiful, responsive and doesn’t just act as an online cash register.

By the end of 2013, Ticketleap’s mobile page views had surpassed desktop, which allowed the team to focus on small screens first, ensuring the majority of their audience received a better experience.

“I told my team I didn’t want to see any desktop mock ups until we had something we loved on mobile. We think it paid off,” says Beah Burger-Lenehan, VP of product. Ticketleap minimised any design decisions that made the page look overly templated to evoke a feeling that was more human and less transactional; fewer social posts, a missing logo, or events with different image styles could negatively impact the design. The design and development was honed through tight collaboration, ensuring any gaps in content minimised the effects on the template. Performance was important. Intentionally avoiding JavaScript for speed and reliability issues, the new event templates also push the limits of CSS.

05. Girls’ Voices

Zone have produced an interactive tree using WebGL and a custom physics engine. The tree features the voices of 500 girls living in poverty around the world, and asks them their hopes and dreams. It’s a digital version of an installation from the Women Deliver conference in Kuala Lumpur, Malaysia.

Rob Reng, technology director at Zone, explains that the Girl Effect website is built with Umbraco, with the voices sections being “content managed like any other, so the voice tags are nodes within our CMS that can then be added, edited and deleted like any other content”.

The tree itself is built with WebGL and the basic structure of the code follows a typical game engine where, as Reng details, “a main loop is constantly running, and an object’s new place in the environment is calculated by re-creating the effect of forces such as gravity, velocity and friction, using Bézier curves and applying the objects location using CSS3 3D transforms”. Dealing with older browsers proved somewhat tricky, so much so that there are effectively three versions of the site: the ‘full’ WebGL 3D version, an SVG version and a noJS version.

06. Pencil

From the team behind the incredible Paper iPad app comes Pencil, a new stylus designed specifically for use with Paper. The product is described as a blend of advanced technology and artisan craft, which is just like its website.

Built using the trusty old web stack of HTML, CSS and JavaScript, the responsive Pencil site brings the product to life with bold imagery, slick animations and perfectly-crafted copy. HTML5 elements are used throughout as are a number of CSS3 properties and animations plus web fonts.

As you scroll, the stylus opens to reveal its inner workings, from the Bluetooth chip, to the battery and 14kt gold-plated sensors in its tip giving the user the feeling that they’re purchasing something special. Further down, you receive a full 360-degree view of the product that moves with you as you scroll.

Lastly, the site is fully responsive and, although some of the interactive elements aren’t seen on mobile, it doesn’t detract from the experience or the desire to purchase.

07. Mijlo Essentials

Essentials was created to complement Daniel Eckler‘s Kickstarter campaign for a better backpack. It worked. With 25 days to go, the campaign had received over $53,000 CAD in funding compared to the goal of $20,000.

The backpack developed by Mijlo is designed to be sustainable, timeless and simple. The Essentials website focuses on these traits as well. Eckler notes that, “it was important to us to come up with a creative way to showcase the amazing contributions from our talented friends.”

So they spoke to their friends and asked a hundred global creatives to take photos of their essentials, the items they couldn’t live without. The caveat was their style had to be as timeless as the bag they pack it in.

The site is responsive and built with HTML5, CSS3, web fonts and, of course, JavaScript. Data-* attributes are used to dynamically pull data into the page to ensure the user never has to leave the page but without the overhead of the information all residing in the DOM.

08. Envoy

Envoy, a product that focuses on visitor registration at your office, offers an elegant iPad-based interface for collecting names, capturing signatures and printing visitor badges on the spot. For the website that promotes the app, the “primary goal was to allow our customers to visualise how their own visitors can experience Envoy at their offices,” explains co-founder and designer Vítor Lourenço. “We decided an interactive demo would be the most visually engaging way to demonstrate this.”

To achieve that, the site displays the app’s functionality and screen states atop an iPad mockup. As you scroll through the one-page site, the states update in the demo. CSS transitions are used to help aid in the demonstration, enhancing the experience without ever getting in the way of the content.

“We spent many hours working on tiny details,” co-founder and engineer Larry Gadea adds. “We love the way the visitor’s signature draws itself when you scroll past the NDA screen, or how the visitor badge gets printed at the end of the flow.”

09. Rent.com

Rent.com, a US apartment rental website, used to use separate CSS files for desktop and mobile users, and native apps for iOS, BlackBerry and Android.

The company redesigned after hearing Scott Jehl of Filament Group speaking about RWD – it put a universal solution in place, resulting in a wonderfully easy-to-use responsive experience.

“From a design perspective, we focused on bringing photography and content to the centre, with large thumbnails on results pages and immersive galleries on detail pages,” says Filament Group’s Todd Parker.

The design is a great piece of web design inspiration – clean, crisp, and makes great use of white space: an appropriate design decision that helps users focus on the content – the important part of house-hunting.

You’ll find nice uses of CSS gradients, opacity adjustments and animations, and the Proxima Nova typeface embedded. “To keep it uncluttered we used a lot of information layering, to have the experience unfold as you explore the site,” Parker adds.

10. MoreSleep

MoreSleep, a creative agency from Berlin, has a bold site. “Our goal was to showcase three projects that represent our expertise, instead of showing all the work we’ve done so far,” says technical director Torsten Bergler.

Large font-size values, neat scrolling effects and a red-heavy, contrasted colour scheme make this site stand out. “What’s unique is the work’s presentation: visualising the project process, guiding visitors through it and telling a story about the work we’ve done,” says art direction lead Stefan Schuster.

CSS transitions make it smoother to navigate through pages and content. Background-size properties are used to control the scaling of images at different sizes. Even the newsletter signup form is styled to match the clean look and feel.

11. Thankful Registry

Thankful Registry enables couples to create a unique, personalised wedding registry from any gifts they desire from anywhere on the internet. The site was created by Crush + Lovely; Jeff Schram and Michael Phillips from its frontend team wanted the CSS to be as beautiful as the design. They took time carefully planning their SCSS structure for this application.

“In a multi-developer environment, it’s critical the code be organised, easily traversable and thoroughly commented,” explains Phillips. The hard work shows in the site’s aesthetic with strong typography and large, powerful images. The team didn’t want to obscure these on any viewport and risk losing their significance.

“We created a responsive system that slides down the entire page to reveal the main nav options. This allowed us to keep focus on the gorgeous imagery and also give users a unique responsive experience,” says Schram.

12. CSS Creatures

Examples of CSS

We all know that working in the design industry can sometimes become monotonous. So, take some time out from your busy schedule and have some creative fun with this cute little CSS project from Pittsburgh-based web designer and developer Bennett Feely.

CSS Creatures allows the user to design, create and animate their very own web-based friend. Like the sound of that? All you have to do is send a tweet to @CSSCreatures with your preferred colour, personality and features. Your CSS creature then appears on the site in under 25 seconds!

13. Windows of New York

A reminder to never stop looking up, Windows of New York is a weekly illustrated collection celebrating something away from the buzz of New York City: the windows. It’s the personal project of graphic designer José Guizar, who explains that the site is “an ode to architecture: part a self-challenge to explore the city, and part a reason to push myself to develop a very personal style of illustration.”

14. Life in my Shoes

Life In My Shoes is a powerful multi-platform campaign aimed at
young people that challenges the fear and misunderstanding that surrounds HIV. London-based digital agency Traffic was briefed with developing a website that would appeal to a youth audience.

The brand font, Houshka Rounded Medium, was implemented using font-face to give the website a fresh look and feel. Decorative images and dramatic yellow accents throughout provide an alluring aesthetic.

The “About Us” page features a lively parallax effect that was adjusted for tablets and smartphones. “We wrote a media query for these devices that changes the background-attachment from fixed to scroll and sets the individual background-positions so that the images sit in the right place,” explained the Traffic team.

15. Solo

Solo is an all-in-one project management tool geared towards use by freelancers. Cost effective and easy to use, the application combines great functionality, usability and beautiful design.

The site promoting the product is full of CSS3 awesomeness. “I decided to use HTML5 and CSS3 from the offset, catering only for modern web browsers,” explains Jerome Iveson, designer of the app. “Only three per cent of the visitors to our site use Internet Explorer. Because our target market don’t seem to use it, there seemed little reason for Solo to support it.”

You’ll see these CSS rules in action throughout this design, which makes project management more playful with a plethora of colourful CSS box shadows. Fonts like Clarendon and Bryant provide a nice balance of sophistication and fun.

Resizing the site or viewing it on a mobile phone allows you to see the layout adapt for different screen sizes and resolutions. “I quite liked getting stuck into the media queries side of things. I find that very interesting from a design perspective,” says Iveson.

16. Form Follows Function

examples of css

Form Follows Function (FFF) is a beautifully designed showcase of HTML5 and CSS experiments by Korean developer Jongmin Kim who works as an interactive developer at Firstborn Multimedia in New York.

Kim explains the name of his site reflects his aim to always pursue a “minus design rather than plus designs” and keep in mind that form follows function. He says his style is minimal and uses the golden ratio as well as interesting typography. FFF was made “for fun” and took Kim three weeks to create including spending his holiday working on it.

17. The Gently Mad

Web design inspiration: The Gently Mad

The Gently Mad is a topic-agnostic podcast about web creators. Adam Clark, the mind behind it, stepped away from a traditional blog layout when designing it to create something with a bit more impact.

The large header and well-designed episode list conveys that there’s a personal touch to this design. Clark started with ‘more crazy’ CSS3 transitions and fades, but removed them, he tells us. “I felt the design choices I had made (colour, layout, typography) worked much better just left alone,” he says.

18. Amazee Labs

examples of css

Creating fresh websites and community solutions, Amazee Labs at bring your brand to the online world based on the modern open source framework Drupal. With competence and confidence, their own website is a beautiful example of CSS.

Already creating sites for television networks, digital agencies, charities and businesses, it’s clear that their site has impressed almost everyone. We couldn’t agree more.

19. A&W

The group at Cornett IMS wanted a site for A&W that was more than a logo, burgers and root beer.

“Our love for A&W had to do a lot with memories shared in the restaurants in our hometowns so we wanted to transcend the uniqueness of each store, connecting a new generation of fans with their local A&W,” explains chief creative officer David Coomer on the site’s purpose.

The use of @font-face to serve Metroscript and Century Gothic fonts creates a custom, enjoyable type system. CSS rotation transforms are used on header text, giving the site a fun print-menu feel.

20. Women & Tech

From the moment you load Women & Tech, you’re drawn in by its large photos – and a design that scales up wonderfully for bigger displays. For smaller screens, the legibility of the type in the interview content hasn’t been forgotten. “We decided early on in the project’s timeline to design and develop the site using a responsive approach,”” says designer/developer Mark Staplehurst who co-designed the site with his wife Cassie McDaniel.

“Inspired by work such as The Great Discontent and Ian Coyle’s Edits Quarterly we made it a point to put significant emphasis on the art direction and design of the site,” Staplehurst tells us.

“Large format full browser-width images, animated table of contents, slab-serif type and a bold colour scheme help bring the interviews to life as well as separate us from other women-focused groups.”

21. Nolowene Nowak

examples of css

Web designer and illustrator Nolowene Nowak has created a fun online portfolio – a great example of CSS being used to brilliant effect. If you scroll down and check out the timeline section, you will notice that the CSS-driven layout intelligently specifies basic rules to create a module that changes from a horizontal to vertical layout on smaller screens.

The site is as enjoyable to use as it was to create: “It was a really rich experience giving me the ability to create something unique that was simply me,” says developer Christophe Dumont. “We wanted to offer the visitor the same experience as when he was a kid discovering a new toy.”

During development, Dumont used Zurb’s Foundation: a responsive CSS framework built with Sass. “Its support really makes the responsive design come to life,” he says.

22. Caava Design

Design studio Caava has a beautiful new site. Users are drawn in by hints of scrolling animation and parallax functions, while the main focus stays on the portfolio. “We tried to provide a fresh and unique linear experience without beating people over the head with it,” explains Caava owner Cody Small.

Scrolling through the site, arrows that tie the different sections together animate top and left positions, keeping the experience cohesive. “Since we have a lot of animated flare going on, it took some time to make it feel natural and supportive to the design,” says developer Brandon Lavigne.

The arrows are consistent throughout the design, such as when exploring the work area. Looking closely, you’ll see that they’re created with CSS borders and transforms. This is super neat and useful, since projects have different colour schemes, and the arrow colours can then be easily changed with CSS properties to match.

23. Fitbit

Web design inspiration: Fitbit

Fitbit makes activity trackers and scales to record activity, monitor sleep, and document your body weight and fat. This information is wirelessly published to Fitbit, where users can see graphs, set goals, and compete and share their progress with others. “Our mission is nothing short of using technology to make the world a healthier place!” remarks developer Biagio Azzarelli.

The site design is bright and lively. Icons and colourful statistic graphics help bring informative snippets to life without boring the users. The well-used grid should make it easy to transform the site into a fluid layout in the future.

Azzarelli says he enjoyed developing the site based on user analytics. “As our user base continues to adopt A-grade browsers, we are able to take advantage of the enjoyable parts of CSS3 with acceptable degradation in IE7 and 8.”

24. Mammothbooth

examples of css

The Detroit based artists of MammothReach wanted to create the raddest photobooth the world has seen and with that, the MammothBooth website was born.

“We desired a site that was fluid, instant, and fun,” remembers designer/developer Nick Keebaugh, “and that’s exactly how our booth is. All in all, we wanted a completely custom feel throughout the site that mirrored who we are as a company and what our product does at its core. The website is the online extension of the MammothBooth through and through.”

MammothReach utilised the rotate transform property with a large spiralling burst image that’s in constant rotation. Fun content slides in as you visit the different sections of the site with animated style properties. The playful Arvil Sans font is a great fit for the aesthetic and is available as a ‘name your price’ font from the Lost Type Co-op.

25. Lab Partners

Examples of CSS

Art and design studio Lab Partners, run by husband and wife team Ryan Meis and Sarah Labieniec, has launched a colourful and decorative website which is one of the best examples of CSS around.

The attention to detail shines through for each page. The work section features a curated layout, which allows the portfolio to feel especially original. The project thumbnails have a large hover area that take advantage of the opacity property by clearly distinguishing the hover state. The Shop section is running on the Big Cartel shopping cart, but feels like an integrated part of the site with custom CSS applied to the elements.

“The web truly feels like one of the ultimate combinations of form and functionality,” observes Meis. He goes on to explain that it was both enjoyable and challenging to find a balance between the two. “In the end every problem turned out to be an opportunity to create a solution that I hadn’t originally thought of.”

26. Pizza Brain

Examples of CSS: Pizza Brain

Examples of CSS don’t get much better than this! Founded by Brian Dwyer, Pizza Brain is the world’s first Pizza Museum and restaurant. The website promotes press releases and a blog describing the progress of the endeavour and features branding designed by Michael Almquist.

Fonts Pacifico Regular and Bebas Neue are paired with a warm, pizza-like colour palette creating a friendly aesthetic that’s easy to read while still exciting and fun. “That orange, it’s beautiful and it really sets the stage for the content,” says the developer, Arjun Mehta.

A variety of rounded corners and opacity effects round out this clean look. “To have each post on its own rounded rectangle content section was actually borrowing from the visual language found on Pizza Brain’s business cards,” adds Mehta. Fully responsive as well, the site looks great on smaller layouts.

One of the top examples of CSS in action – and keep your eye on the site as more is expected to come. “I’m excited about how the site might grow, and get further refined and built out as this amazing venture becomes realised over time,” says Mehta.

27. Postable

Examples of CSS: Postable

Aimed primarily at visitors looking to send wedding invitations and holiday cards, or for those simply wanting an online address book, Postable provides an easy way to capture mailing addresses.

“Postable has an incredibly playful look to it, especially for a web application, and I wanted to stay true to those designs,” says frontend developer, Kevin Kneife. From envelope-inspired striped borders, to fun background textures, to the robustly rounded Omnes Pro font, the site instantly makes gathering addresses less of a drag.

Fun and useful illustrations are used throughout. Rounded corners, ribbons and clever hover states keep the site engagement entertaining. It’s one of the best examples of CSS transforms we’ve seen, with them being used to update the rotate value of a background image, drawing users in to the instructions on how easy the site is to use.

After creating an account, adding a contact is accomplished via a simple-to-use form that features pure CSS select boxes that Kneife fully crafted. He reveals, “This involved masking the select boxes on the forms with an outer div, adding transparency, and the use of -webkit-appearance. The result is a box that looks good on all browsers and degrades gracefully.”

28. Robby Leonardi

Examples of CSS: Robby Leonardi

Designer Robby Leonardi’s home features colourful illustrations and cartoon styles, bringing a cheerful personality to the work. As Leonardi puts it, “It is always a good thing to make people smile, and I think this website will do just that.”

It’s one of the great examples of CSS being used to create amazing visuals. Background images are layered to create neat horizontal parallax effects in the header area. Down the page, CSS rotation transforms are used to move the gears on the sides of the viewing area. Portfolio pieces are framed within wooden windows that have animated hovers.

The wooden blocks were made from Leonardi’s rendering of 3D models. He explains, “I combined all of those renderings into a single image, and change the CSS left property whenever the user scrolls the page. It’s pretty surprising that a simple CSS trick can produce such a good effect!”

29. Libor Zezulka

Examples of CSS: Libor Zezulka

The one-page website of Libor Zezulka is a clean and clever personal portfolio set among gradients that pop and text that begs to be read, thanks to the smart usage of CSS text-shadows.

Lead designer and frontend developer Martin Pospisil of Madeo enjoyed working on the site. “[We had] the freedom to play with the design and technology,” he explains. This shows in the fun factor of the site. The design is simple, yet effective, in that the sections are clearly distinguishable. Pospisil reckons that “the power lies in the icons and colour combinations.”

Another unique touch are the lightbox pop-ups. The buttons on this site are set apart as actionable by the shadow imaging underneath. The close button is offset a bit from the box, providing an easy-to-use interface.

30. Emporium Pies

“The Emporium Pies website has one job: to make you want to eat more pie,” Kyle Turman, interactive director at Foundry Collective asserts. And boy, is he telling the truth. The well-designed responsive site of the Dallas-based pie and coffee shop will make you hungry. Really hungry.

“Operations director Paul Wilkes captured some really excellent shots of the pies, and we prioritised them in the hierarchy of the design as much as possible,” Turman goes on. “We thought it was important to let the pies speak for themselves, and not fill the site with a ton of rambling copy.”

Check out the hover effects on the Pies page. It uses CSS 3D transforms combined with the backface-visibility property on the images of the pies to reveal the name and more information about the dessert.

31. Future of Car Sharing

Examples of CSS: Future of car sharing

Future of Car Sharing, a collaboration between Collaborative Fund and Hyperakt with support from Startup America Partnership, is packed with information on the increasingly popular alternative to car ownership. Deciphering the differences of peer-to-peer, business-to- consumer and not-for-profit car sharing is made easy by this charming horizontal scrolling site.

“Right from the start a decision was made to push this piece as far as we could,” advises Simon Corry, information architect at Hyperakt. “This meant that, while we were providing backwards compatibility for older browsers where possible, the emphasis was on testing the limits of CSS3 properties. I’ve always been a fan of video games and with the current level of browser support for CSS3 I was able to enjoy that level of animation and engineering through the CSS.

“The beauty of CSS3 is in its simplicity, making it a perfect language for any creative,” says Corry.

32. Fine Goods

Examples of CSS: Fine Goods

Designed and developed by Rogie King, Fine Goods is a boutique goods market aiming to provide quality icons, resources, and physical goods to designers.

The playful site uses an assemblage of CSS properties to craft this custom design. The price tags contain HTML text, rotated with transforms. Links use images to create unique noise-pattered underlines. Even the scrollbar is customised with WebKit-specific properties.

“I wanted the site to feel as custom as the goods featured on it, so I used CSS to make everything feel original,” explains King.
Be sure to hover over the category links, designed as drawers. “I wanted each drawer to be different, so when multiple backgrounds are supported I changed the position of the drawer imperfections so that the little nicks in the drawers were different,” adds King. “It was all so fun when I got them to work … now I just fiddle with them all the time.” One of the best examples of CSS being used for playful design.

33. Life in Greenville

Examples of CSS: Greenville

Life in Greenville takes a look at living and working in Greenville, South Carolina. “All of us at CoWork love Greenville and wanted to create a website that would help people understand why,” says lead developer Sean Gaffney.

The site greets you with Kulturista typeface at an attention-grabbing 53px font size on top of a full-width, responsive hero image. The clean design keeps you engaged and wanting to learn more with the easily, accessible content. The slightly animated logo on hover provides some joy as well.

The team took advantage of the Skeleton boilerplate to help build the styles. “Skeleton provides a really nice base set of widths to design for, so it just came down to tweaking a few items in the layout for each screen size,” says Gaffney.

34. Dangers of Fracking

Web design inspiration: Dangers of Fracking

Dangers of Fracking is a colourful and engaging web infographic that explains the controversial process of natural gas fracturing. The one-page experience implements parallax scrolling to educate visitors to the site, and is one of the top examples of CSS being used for infographics.

“Since natural gas drilling is a very complex system and process, I knew I wanted to create a website that employed CSS to create a linear storyline that would be easy to follow,” explains Linda Dong, the sole site creator.

As resources and byproducts are introduced, CSS positioning on those elements are changed from absolute to fixed, which recreates feelings of collecting materials.

This was not an easy feat. “I wish I had a topographical map of all the layers that are involved in this website,” sighs Dong. “Since many of the elements disappear and resurface later on the page, keeping track of every element’s z-index and the z-index of their parent element was a real challenge.”

35. True Fish Tales

Examples of CSS

True Fish Tales really hooks you in. It plays on the idea that fishermen are famous for telling tall stories by bringing together some amazing ‘true tales’ of the monsters that lurk beneath the sea. What sets it apart is its smooth and user-friendly interactivity, which makes discovering the content a fun and entertaining experience.

The infographic was put together by Brian Maier and Mark Shelton of Kentucky agency DBS>Interactive as part of an ongoing effort to add fresh content to United Marine website.

Maier and Shelton used a combination of CSS3 and JavaScript to build the infographic. “Many of the animations and graphics are handled with CSS3,” Lewis explains, “but they used JavaScript in some places to accommodate for older browsers that do not yet support this technology.

36. Station Four

Examples of CSS

Web agency Station Four has undergone a rebranding process and designed a new website to better its personality and brand. “We started conceiving the new website around the idea of showing, not telling, potential clients what we can do,” explains Station Four creative director and co-owner Christopher Olberding.

Consequently the new homepage uses a large, featured work banner to show off Station Four’s most recent work.

The ‘Expertise’ page has an interesting navigation design: it uses large circle imagery as links. These take advantage of border-radius properties to achieve the look, and apply animations on them as well.

37. RED

When big name digital agency RED Interactive redesigned its site, its goal was “to give the audience a better sense of who we are as a company,” explains developer Richard Herrera. “And a big part of who we are revolves around what we are doing on the technology side.”

Dominated by bright and colourful photography and with some fun transitions and animations to brighten the visitor’s journey, the responsive site was built using CSS3, HTML5 and jQuery.

“We made extensive use of the History API for state management and tried to make sure every crevasse of our site was accessible via hard link,” adds Herrera.

Contributors: Chris Cashdollar and Rich Clark

[ufc-fb-comments url="http://www.newyorkmetropolitan.com/design/37-outstanding-examples-of-css"]

Latest Articles

Related Articles