author | veltr |
Wed, 06 Mar 2013 18:09:40 +0100 | |
changeset 5 | 490e4d1b6fee |
parent 4 | 26a901771957 |
child 11 | 9833f3e24105 |
permissions | -rw-r--r-- |
1 | 1 |
.iPad-simulator { |
2 |
position: absolute; /* top: 50%; margin-top: -444px; */ |
|
3 |
left: 50%; margin-left: -572px; |
|
4 |
width: 1024px; height: 768px; border-radius: 30px; |
|
5 | 5 |
padding: 0; border: 60px solid #f8f6f4; |
6 |
box-shadow: 5px 5px 20px #000000; |
|
1 | 7 |
} |
8 |
||
9 |
.iPad-simulator:after { |
|
10 |
content: ""; position: absolute; top: 364px; height: 40px; |
|
5 | 11 |
width: 40px; left: 1034px; background: #f2f0ed; border-radius: 20px; |
12 |
box-shadow: inset 5px 5px 10px #a0a0a0; |
|
1 | 13 |
} |