-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstyle.css
More file actions
100 lines (92 loc) · 1.51 KB
/
style.css
File metadata and controls
100 lines (92 loc) · 1.51 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
body{
margin: 0px;
padding: 0px;
height: 1000px;
background-image: url('./assets/background.jpg');
background-size: 100%;
background-repeat: no-repeat;
font-family: 'Joan', serif;
}
header{
margin-top: 30px;
}
#left{
display: inline-block;
position: absolute;
left: 90px;
top: 25px;
}
#left img{
padding: 0px 10px;
width: 50px;
}
.mid{
display: block;
width: 60%;
margin: auto;
text-align: center;
}
.navbar{
display: inline-block;
margin: auto;
padding: 10px;
}
.navbar li{
display: inline-block;
font-size: 25px;
}
.navbar li a{
color: rgb(255, 255, 255);
text-decoration: none;
padding: 30px;
}
.navbar li a:hover{
color: rgb(32, 197, 238);
}
.form{
width: 250px;
height: 300px;
background:linear-gradient(to top,rgba(0,0,0,0.8)50%,rgba(0,0,0,0.8)50%);
position:absolute;
top: 150px;
left:870px;
border-radius:10px;
padding:25px;
}
.form h2 a{
width:220px;
font-family:sans-serif;
text-align:center;
color: aqua;
}
.form h2 a:hover{
color: white;
}
.form .btn{
display: flex;
background:orange;
border:none;
align-items: center;
justify-content: center;
margin: auto;
padding: 10px;
font-size:18px;
border-radius:10px;
margin-top: 105px;
cursor:pointer;
}
.form .btn a{
text-decoration:none;
color:black;
transition: o.3s ease;
}
.cont{
color:white;
}
.abt
{
color:white;
}
.call{
color:white;
}