-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
91 lines (87 loc) · 1.61 KB
/
style.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
html, body, p, ul, li, h1, h2, h3, h4, h5, h6, span{
margin: 0;
padding: 0;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
ul, li{
list-style-type: : none;
}
nav a
{
float:right;
text-decoration:none;
color:#002e5b;
font-size:18px;
padding: 25px 35px;
display:inline-block;
transition: all 0.5s ease 0s;
}
nav a:hover{
background-color: #ddd;
color: black;
}
#logo
{
font-size:20px;
text-transform:uppercase;
color:#002e5b;
font-weight:bold;
float:left;
padding: 20px;
margin-left:20px;
}
header
{
overflow: hidden;
background-color: #FFFFFF ;
margin-bottom:50px;
box-shadow: 0 0 5px grey;
position: fixed;
top: 0;
left: 0;
width: 100%;
}
.companyInfo h1
{
margin-top: 20px;
text-align: center;
color: #002e5b;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.companyInfo p
{
text-align: center;
font-size: 20px;
}
.companyInfo img
{
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
border: none;
box-shadow: 0 0 5px grey;
}
.companyInfo p {
text-align: center;
margin: 10px 0;
}
.aboutUs h2 {
margin-top: 40px;
text-align: center;
color: #002e5b;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
text-decoration: underline;
}
.aboutUs p {
text-align: justify;
margin: 10px 0;
margin-left: 100px;
margin-right: 100px;
font-size: 20px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.container1 {
border: none;
background-color: #F1F8E0;
}