-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
84 lines (66 loc) · 1.11 KB
/
Copy pathindex.css
File metadata and controls
84 lines (66 loc) · 1.11 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
.main{
height: 480px;
width: 300px;
background-color:white ;
margin-left: 480px;
margin-top: 50px;
}
img{
margin-left: 140px;
margin-top: 20px;
}
#heading{
margin-left: 100px;
margin-bottom: 20px;
font-size: 23px;
}
input{
margin-top: 5px;
}
.formgroup{
height: 160px;
width: 280px;
margin-left: 10px;
background-color:#F6F5F5;
border-radius: 8px;
padding: 20px;
}
.inputbox{
width: 100%;
padding: 6px;
border: 1px solid rgba(0, 0, 0, 0.194);
border-radius: 8px;
}
button{
margin-top: 18px;
width: 290px;
background-color: #1A5D1A;
color: white;
font-size: 15px;
border: none;
border-radius: 8px;
padding: 8px;
}
#box{
height: 80px;
width: 300px;
background-color: white;
border: 1px solid rgba(0, 0, 0, 0.21);
border-radius: 5px;
margin-left: 10px;
margin-top: 15px;
padding: 10px;
}
#btn1{
text-decoration: none;
margin-left: 80px;
padding: 8px;
}
p{
margin-left: 45px;
}
.links{
margin-left: 400px;
margin-top: 20px;
padding-left: 5px;
}