Landing page

Photoshop

7 Responses

  1. Corey Haggard Corey Haggard

    Looking really clean, and crisp.

    likes

    almost 2 years ago

  2. Pro Loïck Müller Loïck Müller

    Yeah thanks Corey !

    almost 2 years ago

  3. Loubna Aggoun Loubna Aggoun

    In order to get rid of the white bleed in the css, try to include
    input.box{
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -background-clip: padding-box;
    }

    and maybe try to customize the outline with something like for example
    input.box:focus {
    outline: none;
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4);
    }
    or anything else that would make the input prettier when active.

    Otherwise it looks good ;)

    almost 2 years ago

  4. Mehdi Ibrahim Mehdi Ibrahim

    I love this :D

    likes

    almost 2 years ago

  5. Pro Loïck Müller Loïck Müller

    Thanks you bro!

    almost 2 years ago

  6. Jérémy Barbet Jérémy Barbet

    So sexy !

    likes

    almost 2 years ago

  7. Pro Loïck Müller Loïck Müller

    Thanks Jérémy :-)

    almost 2 years ago

keyboard shortcuts: previous shot next shot L or F like