updated 404 page

This commit is contained in:
Bashar Jabbour 2014-10-02 15:55:51 -04:00
parent 80221f1dd4
commit 6785a61fd0
2 changed files with 13 additions and 8 deletions

BIN
app/assets/images/.DS_Store vendored Normal file

Binary file not shown.

View file

@ -54,12 +54,17 @@
padding-top: 150px; padding-top: 150px;
} }
.picture { .picture {
width: 500px; width: 450px;
height: 450px;
border: 10px solid #424242;
border-radius: 225px;
-webkit-border-radius: 225px;
-moz-border-radius: 225px;
background: url(/assets/monkeyselfie.jpg) no-repeat;
float: left; float: left;
} background-position:50% 20%;
background-size: 100%;
.picture img { margin-top: 162px;
width: 500px;
} }
.wrapper { .wrapper {
@ -68,10 +73,11 @@
} }
.button { .button {
display: inline-block; display: block;
width: 220px; width: 220px;
height: 14px; height: 14px;
padding: 16px 0; padding: 16px 0;
margin-bottom: 16px;
text-align: center; text-align: center;
border-radius: 2px; border-radius: 2px;
font-size: 14px; font-size: 14px;
@ -93,7 +99,7 @@
.exploreFeaturedCTA { .exploreFeaturedCTA {
background-color: #a354cd; background-color: #a354cd;
margin-right: 16px; margin-bottom: 16px;
} }
.exploreFeaturedCTA:hover { .exploreFeaturedCTA:hover {
@ -117,7 +123,6 @@
</div> </div>
<div class="picture"> <div class="picture">
<img src="/assets/monkeyselfie.jpg"/>
</div> </div>
</div> </div>
</body> </body>