Skip to content

Web Design Trends: Designing Out Of The Box

This is a creative trend catching on. It’s very simple to do but adds an extra element of character and uniqueness to a design.

Take a look at how to implement this ‘out of the box’ technique and a list of creative websites that are using it.

Setup

First setup your page and graphic. I’m using this graphic.

Logo

The HTML for my page is like so:

<div id="container">
<img id="logo" src="logo.png" alt="Lee Munroe" />
</div>

And the CSS looks like this:

body{
background:#999999;
}

#container{
width:960px;
background:#fff;
margin:20px auto;
padding:10px;
}

Here’s a preview of what we have so far:

Inside box

Positioning is relative

When we position the logo we want the positioning to be relative to the container, therefore make the position relative:

#container{
width:960px;
background:#fff;
margin:20px auto;
padding:10px;
position:relative;
}

Position it outside the box

Now all you have to do is position your logo. Place it horizontally so the tag sticks out of the container.

#logo{
position:absolute;
left:-15px;
}

Now we have our logo sitting outside the box. Easy!

Outside box

15 creative designs using the ‘out of the box’ technique

Change in Command
Change in Command
Icon Designer
Icon Designer
Yoast
Yoast
Twiistup
Twiistup
The Design Superhero
The Design Superhero
Eric Ryan Anderson
Eric Ryan Anderson
Rock Werchter
Rock Werchter
Freelance Suite
Freelance Suite
Hipsterist
Hipsterist
CreamScoop
CreamScoop
Bright Kite
Bright Kite
From The Couch
From The Couch
DesignM.ag
DesignM.ag
Matt Mullenweg
Matt Mullenweg

Feel free to share your thoughts on this and other emerging trends.

Want to read more?

Psst! We're hiring an Interaction Designer at Kareo. Click here if interested.

Photo of Lee Munroe

Written by Lee Munroe.

Follow @leemunroe on Twitter for more articles on UX design.


35 Appreciated Comments

Add your comment

  1. Ryan says:

    Great post Lee.

    So simple but so effective,

    thanks.

  2. Stephen Reid says:

    Its a nice technique that really adds depths to a site. I really like the idea of depth being added to something which is traditionally a very flat medium.
    I used this idea along with isometric projection as the basis for my new portfolio site design. http://www.stephenreiddesign.com.

  3. Simon Douglas says:

    Nice effect, wasn’t aware quite how far it had spread.

    Chris Coyer, over at http://css-tricks.com/ has recently implemented something similar.

  4. Thijs Visser says:

    #logo{
    margin-left:-15px;
    }

    works as well.
    Thanks for the tip and the list!

  5. Avangelist says:

    Wow, origami really is the big thing this year.

  6. AlfredN says:

    Nice one, I simply love this style; been trying to achieve the same thing myself!

  7. aravind says:

    Hey thanks for featuring my website..
    I use position:relative/absolute rater than minus margin.

    If overflow is hidden for the parent, minus margin won’t work.

  8. Navdeep says:

    Another list with the same trend here http://www.productivedreams.com/third-dimension-in-web-design/

    @3drockz

  9. Janko says:

    Excellent and well explained :)

  10. Lee says:

    Thanks for the comments.

    @Thijs: Good point, another simple implementation

    @Navdeep: Thanks for the link, a few I missed there :)

  11. David Perel says:

    Thanks for featuring From the Couch :)

  12. Monu says:

    I am amazed by the designs & techniques posted here. The final effects really very good.

  13. Tommy Day says:

    I didn’t realize this was such a big trend. I did something like this for the headers of my sidebar widgets on one of my blogs.

    http://saturdaymorningcentral.com/

  14. Gary says:

    Great Idea

  15. Gabe Harris says:

    Great, simple, easy to do tip. Thanks for sharing!

  16. al says:

    Yea this is a fairly simple yet effective technique to add a bit of depth to a site.

    I’d actually designed a version of my own site with the same idea but like all nice looking techniques it isn’t long before a million sites are using it and then it loses it’s appeal.

    http://line25.com/ is another good example of escaping the confines of the box but without the triangular shape for depth as you’ve mentioned.

  17. Kim H says:

    I like this technique definitely – I’ve always done it through images and never quite had it turn out properly. Definitely keeping positioning in mind now.

  18. Brandon Sheley says:

    Great simple tut, and thanks for the other links in the comments.
    Some nice examples of this technique

  19. Conrad Bugeja says:

    Thanks for sharing, simple but really outstanding

  20. Lee says:

    Thanks for the comments guys, hope it’s gave you a few ideas for your next design.

  21. Adam says:

    Hi Lee,

    Great tips as usual. Will look into this style of design for future work.

  22. JuanOrtiz says:

    simple! thanks for the tip!

  23. Steve D says:

    Interesting theme Lee, had noticed a couple of these subtle new ways of bringing depth to a site. Not exactly a trend but I’ve noticed a lot of sites involved with green energy, organic foods and so on are using cardboard (recycled hopefully!) mashed up paper textures and lots of shades of green to create a hand made look to the sites to reflect the values of using recycled resources.

    On the general design front these advances are quite fascinating. Since Web 2.0 it seems there has been a drive to create not just space in site designs but also an illusion of depth. This interests me as someone on the cusp of Web and Print design, as say for example if you were to use gradients, they don’t necessarily translate well to print. The ever expanding dimensions in web design make it an interesting challenge to keep branding relevant to the medium but also consistent across the board.

    Of course as with everything it would be cool to hear peoples reasoning behind using these elements and if there is a concept to back it up or if it’s another beautification style.

  24. Pablo Cesar Chiacchio says:

    Excelente!!!
    Gracias por compartir lo que haces!

  25. David V says:

    Great article, I found I had about 50 tabs opened up by the time I finished reading. Looks like I’ve got some more reading to do…

  26. Lee says:

    @Steve D: Interesting points, yeah I think a lot of web trends are currently being inspired by print. Maybe that is the direction Web 3.0 will take. No more gloss, reflections or gradients, but instead minimal clean designs with white space and great typography.

  27. Steve D says:

    Yeah I agree Lee. I feel there is a lot more in simplifying to come. As screens get bigger, and the internet gets faster, I can see many more sites using large format photography interspersed with minimal elements. If you have a great looking product to sell, this can create a *want* moment for the user of the site. I’m imagining things like the Apple website on a launch day with a simple but beautiful full screen filling shot of a product with the rest of the info maybe hidden until you click something.

  28. Webagentur says:

    Thank you … this tutorial has me very helped.

  29. Adam says:

    Thanks! Ive previously just been using images to do this but this seems to be more effective and easier to achieve than i would have first thought! Really loving the work.

  30. BlackVox says:

    great.. it’s really useful. thanks for sharing.

  31. herzevekil says:

    Thanks, Good work:)

  32. Bockerl says:

    Wow, that has me very helped.