-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
102 lines (91 loc) · 1.34 KB
/
Copy pathindex.css
File metadata and controls
102 lines (91 loc) · 1.34 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
.navbar{
margin: auto;
display: flex;
height: 100px;
background:#f2f2f2;
place-content: space-between;
}
section{
width: auto;
height: 550px;
background:white;
margin: 0px;
}
.box{
width: 100%;
position: relative;
top: 0;
right: 0;
left: 0;
display: block;
}
a{
text-decoration: none;
}
.ul1{
display: flex;
gap: 20px;
list-style-type:none;
}
.ul2{
display: flex;
gap: 20px;
list-style-type:none;
}
h1{
text-align: left;
text-justify: inter-cluster;
justify-content: center;
background-color: black;
color: white;
padding: 15px;
}
.h01{
background-color: black;
width: 100%;
}
h5{
font-size: 22px;
padding: 20px;
}
body{
background-repeat: no-repeat;
justify-content: center;
background-size: cover;
}
.formx{
background-color: white;
text-align: center;
height: 300px;
width: 250px;
background: #90ee90;
border-radius: 5px;
}
.divide{
height: 30px;
}
.divide2{
height: 30px;
}
a{
color: #6fd649;
}
.ul2 a{
border-radius: 5px;
width: 12px;
padding: 10px;
}
.ul2 a:hover{
background-color: white;
}
.apply a:hover{
background-color: #6fd649;
}
.sub{
width: 75px;
height: 25px;
border-radius: 5px;
}
span{
color: #6fd649;
}