-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.css
100 lines (86 loc) · 1.75 KB
/
contact.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
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
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
body {
background-color: aliceblue;
}
* {
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
background-size: cover;
}
.navbar {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px;
background-color: #0d1f3d;
color: #fff;
}
.nav-links a {
color: #fff;
}
.logo {
font-size: 32px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.menu {
display: flex;
gap: 1em;
font-size: 18px;
}
.menu li:hover {
background-color: #002952;
border-radius: 5px;
transition: 0.3s ease;
}
.menu li {
padding: 5px 14px;
list-style: none;
}
body {
background: url(https://c.wallhere.com/photos/3b/dd/train_station-134073.jpg!d) no-repeat center center fixed;
background-size: cover;
}
.card {
height: 400px;
width: 600px;
background-color: rgba(255, 255, 255, 0.06);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
position: absolute;
margin: auto;
left: 0;
right: 0;
top: 0;
bottom: 0;
border-radius: 8px;
-webkit-box-shadow: 20px 20px 22px rgba(0, 0, 0, 0.2);
box-shadow: 20px 20px 22px rgba(0, 0, 0, 0.2);
font-family: 'Poppins', sans-serif;
align-items: center;
}
h1 {
margin: 0;
color: #fff;
}
.h2 {
color: aliceblue;
padding-top: 100px;
}
.mailid {
color: white;
text-decoration-color: cadetblue;
}
.desc {
width: 100%;
text-align: center;
position: absolute;
top: 125px;
line-height: 45px;
font-size: 20px;
}