-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
111 lines (104 loc) · 1.52 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
body{
font-family: Helvetica Neue;
margin:0px;
}
header{
display: flex;
}
ul{
list-style-type: none;
margin: auto;
}
li {
float: right;
margin:3px;
background:linear-gradient(to top, #D8D8D8, #F5F5F5);
border-radius: 5px;
width: 130px;
}
li a {
display: block;
color: #2C4E5D;
padding: 3px 10px;
text-decoration: none;
text-align: center;
}
li a.active{
background-color: #365B67;
color: white;
border-radius: 5px;
}
#bussiness{
width: 500px;
}
header{
height:220px;
}
#images{
display:flex;
margin-top: 60px;
background:linear-gradient(to top, #BAD2D9, #E4E8EB);
z-index: 1;
border: 1px double #EBEAEF;
}
#textUnderImage {
position: absolute;
top:500px;
}
.roundImg {
border-radius: 50%;
border: double grey;
width: 150px;
height: 150px;
margin: 30px;
}
.lineHeightHeading{
line-height: 0.2;
}
.lineHeightParagraph{
line-height: 1.5;
}
a{
color:#2C4F5B;
}
h1,h2,h3,h4,h5,h6,p {
margin: 30px;
}
h6{
text-align: center;
}
.whiterText{
color:#D7C3B3;
}
.dottedBorder{
border-bottom: 1px dotted #2C4F5B;
}
#mainDiv{
display: flex;
text-align: justify;
}
#firstRow{
width: 25%;
}
#secondRow{
width: 50%;
}
#discussion{
display:flex;
}
#thirdRow{
width: 25%;
}
.wordSpacing{
word-spacing: 10px;
}
#footer{
display:flex;
background-color: #F5F5F5;
margin:auto;
}
#copyRight{
background-color: #F5F5F5;
text-align: center;
margin:auto;
}