-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathsignup.css
More file actions
124 lines (112 loc) · 1.92 KB
/
signup.css
File metadata and controls
124 lines (112 loc) · 1.92 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
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
body {
background-color: #121212;
margin: 0;
padding: 0;
display: block;
color: white;
justify-content: center;
align-items: flex-start;
min-height: 100vh;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
img {
max-width: 130px;
height: 40px;
margin-left: 25px;
margin-top: 15px;
}
.box {
text-align: left;
width: 330px;
margin: 0 auto;
padding: 20px;
}
h1 {
font-size: 50px;
font-weight: bold;
margin-top: 0;
margin-bottom: 40px;
}
.input-box {
background-color: transparent;
margin-top: 7px;
border: 2px solid #a6a6a6;
border-radius: 3px;
border-width: 0.2px;
height: 44px;
width: 320px;
margin-bottom: 15px;
}
.input-box::placeholder {
padding-left: 8px;
}
.ph-number {
color: #1DB954;
}
.next {
background-color: #1DB954;
height: 50px;
width: 320px;
margin-top: 17px;
border: 1px #1DB954;
border-radius: 40px;
font-size: 16px;
font-weight: bold;
}
p {
color: #a6a6a6;
}
p a {
color: rgb(255, 255, 255);
}
.footer {
padding-left: 550px;
font-size: 13px;
}
.spotifycontain {
font-weight: 100;
}
.signup-box {
height: 35px;
width: 320px;
border: 1px solid #a6a6a6;
border-radius: 40px;
font-size: 16px;
font-weight: bold;
width: 330px;
margin: 0 auto;
text-align: center;
margin-bottom: 7px;
padding-top: 16px;
}
.signup-box:hover {
border-color: aliceblue;
}
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
}
.footer-1 {
background-color: #333;
color: #fff;
text-align: center;
padding: 20px;
}
.social-icons {
list-style: none;
padding: 0;
margin: 0;
}
.social-icons li {
display: inline-block;
margin-right: 10px;
}
.social-icons a {
text-decoration: none;
color: #fff;
font-size: 20px;
}
.footer-1 p {
font-size: 12px;
}