-
Notifications
You must be signed in to change notification settings - Fork 0
/
signup.css
66 lines (61 loc) · 1.38 KB
/
signup.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
.class{
color:rgb(6, 6, 24);
margin-left:450px;
font-size:40px;
}.class:hover{
color:rgb(6, 6, 24);
margin-left:450px;
font-size:40px;
letter-spacing:2px;
}
.style1class{
color:rgb(245, 191, 208);
font-size:35px;
margin-top:90px;
text-align:center;
letter-spacing: 2px;
}
.s1class{
margin-left:450px;
color:crimson;
font-size:25px;
text-align: center;
margin-top:60px;
padding:15px;
width:475px;
}.button1class{
color:rgb(7, 8, 10);
border-radius :5px;
border:solid black 3px;
padding:20px;
font-size: 25px;
margin-left:540px;
margin-top:30px;
background-color: rgb(200, 233, 233);
}
.button1class:hover{
background-color: rgb(138, 63, 138);
cursor: pointer; transform:translateY(5px);
transition: transform 0.2s;
}
#p1{
color:darksalmon;
font-size:35px;
margin-left:495px;
margin-top:90px;
}#login{
border-radius: 5px;
border:rgb(15, 11, 19) solid 3px;
margin-left:650px;
font-size:25px;
padding-top:10px;
padding-bottom:10px;
padding-right:30px;
padding-left:30px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
cursor: pointer;
}#login:hover{
background-color: cyan;
transform:translateY(5px);
transition: transform 0.2s;
}