Skip to content

Commit

Permalink
design2
Browse files Browse the repository at this point in the history
  • Loading branch information
albanlv committed Apr 12, 2013
1 parent 6939a63 commit 865b915
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions css/main.css
Expand Up @@ -4,26 +4,31 @@
Author's custom styles
========================================================================== */
body {
padding-top:0px;
padding-top:20px;
border-top: solid 10px #00aed1;
z-index: 100;
}
.hero-unit{
background: white;
line-height:40px;
padding:0px;
margin: 0px;
margin: 0 0 0 100px;
}
.hero-unit p {
margin-top:20px;
font-size: 24px;
}
.call{
margin-top: -80px;
position: fixed;
top: 0;
right: 30%;

}
#ipad{
background-image: url('../img/iPad.png');
width: 924px;
height: 728px;
margin-left:80px;
}
.ipad-inside{
width: 715px;
Expand Down

0 comments on commit 865b915

Please sign in to comment.