-
Notifications
You must be signed in to change notification settings - Fork 1
/
style-phone.css
143 lines (122 loc) · 2.97 KB
/
style-phone.css
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Poppins:wght@300;500;700&family=Roboto:wght@300&family=Ubuntu:wght@400;500&display=swap');
@font-face {
font-family: 'Amazon';
src: url("C:\Users\archa\Downloads\Amazon_Typefaces_Complete_Font_Set_Mar2020\Amazon_Typefaces_Complete_Font_Set_Mar2020\Ember");
}
.img {
text-align: center;
}
.logo {
width: auto;
height: 50px;
margin-top: 32px;
margin-left: 30px;
}
a:hover {
text-decoration: underline;
color: rgb(0, 0, 224);
}
* {
margin: 0;
padding: 0;
/* text-align: center; */
font-family: 'Ubuntu';
text-decoration: none;
}
body {
position: fixed;
background-color: white;
}
.container {
border: 1px solid lightgray;
background-color: white;
width: 280px;
margin-left: 20px;
margin-top: 16px;
text-align: left;
padding: 5px 5px;
text-align: left;
border-radius: 5px;
padding: 16px 19px;
}
.container h1 {
font-family: 'Ubuntu', sans-serif;
font-weight: 400;
text-align: left;
margin-bottom: 16px;
}
.container p {
font-size: 16px;
font-family: 'Ubuntu', monospace;
text-align: left;
}
.container h4 {
margin-bottom: 10px;
}
.container input {
padding: 5px 5px;
width: 90%;
}
.container button {
margin-top: 16px;
background-color: rgb(255, 190, 70);
border: 1px solid black;
border-radius: 4px;
width: 95%;
padding: 6px 0px;
margin-bottom: 16px;
}
.container button:active {
margin-top: 16px;
background-color: rgb(252, 178, 41);
border: 1px solid black;
box-shadow: 2px 2px 8px rgb(252, 178, 41);
border-radius: 4px;
width: 95%;
padding: 6px 0px;
margin-bottom: 16px;
}
.container p {
font-size: 15px;
}
.nta {
text-align: center;
background-color: white;
display: inline-block;
width: 140px;
margin-left: 115px;
/* border: 1px solid black; */
}
.line {
border-top: 1px solid black;
margin-left: 50px;
margin-top: -10px;
width: 280px;
}
.mid {
margin-top: 16px;
}
.mid button {
margin-left: 49px;
margin-top: 25px;
padding: 6px 33px;
font-size: 16px;
margin-bottom: 16px;
}
hr {
width: 328px;
margin-left: 23px;
}
.footer {
margin-left: 18px;
margin-top: 23px;
width: 337px;
}
.link {
padding: 11px;
}
.footer p {
font-size: 15px;
margin-top: 22px;
margin-left: 11px;
}