-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcontact.css
More file actions
48 lines (43 loc) · 854 Bytes
/
contact.css
File metadata and controls
48 lines (43 loc) · 854 Bytes
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
header{
position: sticky;
top: 0;
width:90%;
padding: 30px 100px;
background-color: black;
display: flex;
justify-content: space-between;
align-items: center;
}
header .logo{
position: relative;
color: orangered;
font-size: 30px;
text-decoration: none;
text-transform: uppercase;
font-weight: 800;
letter-spacing: 1px;
}
header .c1 a{
color:white;
font-size: 18px;
text-decoration: none;
font-weight: 500;
letter-spacing: 1px;
padding: 2px 15px;
border-radius:20px;}
.c2{
background-color:black;
width:100%;
color:white;
justify-content:center;
}
#mainhead{
font-size:72px ;
color: black;
margin-top: 25px;
text-shadow: none;
}
#mainhead span{
color: #ff6905;
text-shadow: none;
}