-
Notifications
You must be signed in to change notification settings - Fork 0
/
contactusstyle.css
118 lines (118 loc) · 1.71 KB
/
contactusstyle.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
body{
font-size: 18px;
font-family: 'Times New Roman', Times, serif;
margin: 0;
line-height: 1.6em;
background-image: url(images/bg1.jpg);
}
.container{
width: 95%;
margin: auto;
overflow: hidden;
}
#main-header{
font-size: 30px;
color: white;
flex: 1;
order: 1;
padding-left: 37px;
}
#navbar{
flex: 3;
order: 1;
padding-top: 22px;
}
#navbar ul{
list-style: none;
padding-left: 540px;
display: flex;
}
.one{
display: flex;
background-image: linear-gradient(to right top, #1a69e0, #008ff3, #00ace7, #00c4c7, #1fd7a4);
}
#navbar li{
display: inline;
font-size: 20px;
}
#navbar a{
text-decoration: none;
color: white;
padding-right: 20px;
}
#navbar a:hover{
text-decoration: underline;
}
.rest{
padding-top: 2px;
}
.login{
border: 2px white solid;
padding-left: 15px;
background-color: green;
}
#main-footer{
background-color: rgb(74 141 255);
color: white;
}
#main-footer a{
text-decoration: none;
color: white;
}
#main-footer a:hover{
text-decoration: underline;
}
#main-footer h3{
text-align: left;
}
.container-1{
display: flex;
}
.container-1 div{
padding: 10px;
}
.box-1{
flex: 1;
}
.box-2{
flex: 1;
}
.container-2{
display: flex;
}
.container-2 div{
padding: 10px;
}
.box-3{
flex: 2;
}
.box-3 p{
padding-right: 20px;
}
.box-4{
flex: 1;
}
.box-5{
flex: 1;
}
.box-6{
flex: 1;
}
.box-7{
flex: 1;
}
.footer-form input{
font-family: 'Times New Roman', Times, serif;
font-size: 24px;
}
#showcase{
color: white;
}
#showcase h2{
font-size: 40px;
text-decoration: underline;
text-align: center;
}
#showcase p{
font-size: 32px;
}