-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
49 lines (48 loc) · 1.03 KB
/
styles.css
File metadata and controls
49 lines (48 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/*!
* iPhone-iFrame
* Version - 1.0.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2016 Martin Schwartz
*/
iframe {
width: 100%;
height: 100%;
border: 1px solid grey;
}
.phone-speaker {
width: 60px;
height: 7px;
border: 1px solid grey;
border-radius: 3.5px;
margin: 10px auto;
background-color: #3b3535;
}
.phone-screen {
height: 500px;
margin: 8px;
background-color: white;
}
.phone {
border: 5px solid #a89f9f;
border-radius: 25px;
padding: 8px;
margin: 100px auto;
width: 300px;
background: linear-gradient(to top right, white, #bfb4b4, white);
}
.button-circle {
height: 40px;
width: 40px;
border-radius: 50%;
border: 1px solid #403a3a;
margin: 20px auto 10px auto;
background: linear-gradient(to top left, white, #ded1d1, white);
}
.button-box {
height: 20px;
width: 20px;
border: 1px solid grey;
border-radius: 3px;
margin: 9px 9px;
}