-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcross.css
More file actions
66 lines (63 loc) · 1.29 KB
/
cross.css
File metadata and controls
66 lines (63 loc) · 1.29 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
.content{
text-align: center;
margin:5% 30%;
padding-bottom: 120px;
/* padding-right: 332px; */
padding-left: 10px;
width:30%;
/* border:3px solid blue; */
box-shadow: 4px 9px 41px lightblue;
}
body{
background:#fff;
}
input{
padding:15px 10px;
margin-bottom: 20px;
width: 80%;
border: 2px solid gray;
border-radius: 7px;
}
button {
margin:auto;
padding:18px 88px;
border:none;
background-color: #00aaff;
border-radius: 30px;
font-weight: 100;
color:white;
text-decoration: none;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: medium;
}
button:hover{
background-color: white;
border: 1px solid black;
color:black;
cursor: pointer;
box-shadow: 4px 9px 41px lightblue;
}
.hd{
text-align: left;
font-size: 40px;
padding-left:20px;
padding-top:20px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bolder;
}
form p{
color:blue;
font-family: Arial, Helvetica, sans-serif;
margin-top:-5px;
margin-bottom:36px;
padding:9px 10px;
width:90%;
text-align: right;
}
form p a{
text-decoration: none;
color: #00aaff;
}
#mypwd{
margin-bottom: 3px;
}