-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsign up style.css
62 lines (52 loc) · 920 Bytes
/
sign up style.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
* {
padding: 0;
margin: 0;
}
.singup {
display: flex;
flex-direction: row;
}
.singup img {
width: 450px;
height: 585px;
}
#content {
padding-left: 150px;
padding-top: 50px;
}
#content h5 {
font-size: 30px;
}
#google {
padding: 5px 90px;
font-size: 15px;
margin-left: 10px;
font-weight: 550;
margin-top: 30px;
border: none;
background-color: rgb(64, 61, 61);
color: white;
width: 400px;
height: 50px;
border-radius: 20px;
}
#email {
margin-left: 100px;
font-size: 15px;
margin-top: 25px;
margin-bottom: 60px;
font-weight: 300;
}
#sign:hover {
background-color: rgb(105, 99, 99);
transition: 1s ease-in-out;
}
#note {
margin-right: 100px;
text-align: center;
font-size: 17px;
}
.end {
text-align: center;
font-size: 17px;
}