css/ipadsim.css
changeset 5 490e4d1b6fee
parent 4 26a901771957
child 11 9833f3e24105
equal deleted inserted replaced
4:26a901771957 5:490e4d1b6fee
     1 .iPad-simulator {
     1 .iPad-simulator {
     2     position: absolute; /* top: 50%; margin-top: -444px; */
     2     position: absolute; /* top: 50%; margin-top: -444px; */
     3     left: 50%; margin-left: -572px; 
     3     left: 50%; margin-left: -572px; 
     4     width: 1024px; height: 768px; border-radius: 30px;
     4     width: 1024px; height: 768px; border-radius: 30px;
     5     padding: 0; border: 60px solid #101010;
     5     padding: 0; border: 60px solid #f8f6f4;
       
     6     box-shadow: 5px 5px 20px #000000;
     6 }
     7 }
     7 
     8 
     8 .iPad-simulator:after {
     9 .iPad-simulator:after {
     9     content: ""; position: absolute; top: 364px; height: 40px;
    10     content: ""; position: absolute; top: 364px; height: 40px;
    10     width: 40px; left: 1034px; background: #666; border-radius: 20px;
    11     width: 40px; left: 1034px; background: #f2f0ed; border-radius: 20px;
       
    12     box-shadow: inset 5px 5px 10px #a0a0a0;
    11 }
    13 }