-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontactus.css
80 lines (74 loc) · 1.1 KB
/
contactus.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
.nav{
background-color: #131433;
}
.nav-link{
color: #93b8cc;
}
.nav-link:hover{
color: #6c6afc;
text-decoration: underline;
}
.nav-link-active{
color: #6c6afc;
display: inline-block;
background-color: black;
border-radius: 3px;
}
label.logo{
color: #131433;
margin: 8px;
background-color: #93b8cc;
font-weight: bold;
font-family:sans-serif;
}
body{
background-color: #93b8cc;
}
img{
width: 6%;
padding-left: 10px;
padding-bottom: 5px;
}
.aboutus{
width:85%;
height:50%;
background-color: #a8d1f7;
color: #142642;
padding: 3%;
margin: 3%;
border-radius: 10px;
}
#h4{
font-family:serif;
font-weight: bold;
}
#content{
font-family:inherit;
font-style: oblique;
font-size: 17px;
}
#h3{
font-size: 25px;
font-family: cursive;
}
#connectus{
font-family:inherit;
font-style: oblique;
font-size: 18px;
font-weight: bolder;
}
#welcome{
font-family:inherit;
font-size: 19px;
font-weight: bolder;
}
#connectme{
font-style: oblique;
font-weight: 500;
}
.copyright{
position:relative;
font-size: 13px;
color: #2100a3;
text-align: center;
}