-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathehcontact.css
More file actions
84 lines (70 loc) · 1.32 KB
/
ehcontact.css
File metadata and controls
84 lines (70 loc) · 1.32 KB
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
body {
background-color: #d5b6b6;
padding-top:0px;
margin: 0;
}
li {
display: inline-block;
padding: 25px 17px;
margin-left: 12px;
margin-right: 12px;
text-align: center;
justify-content: space-between;
font-size: 18px;
font-style: normal;
}
.ehnavbarcontainer {
align-items: center;
padding: inherit;
}
.ehnavbar-list {
display: inline-block;
flex-direction: column;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
justify-content: space-between;
background-color: #f3eaea;
padding: 25px 17px;
padding-top: 8px;
padding-bottom: 8px;
height: 20%;
width: 100%;
text-align: center;
font-family: 'Lato', sans-serif;
}
.ehnavbar a {
text-decoration: none;
padding: inherit;
}
.ehnavbar a:hover {
color: red;
}
.ehnavbar ul {
display: inline-block;
list-style-type: none;
text-align: center;
margin: center;
width: 120px;
height: 400px;
background-color: #f3eaea;
position: relative;
justify-content: space-around;
}
.p {
font-family: 'Lato', sans-serif;
}
.eh img {
width: 50%;
float: none;
margin: 25px;
position: relative;
}
.eh li {
text-decoration: none;
text-align: center;
}
h1 {
font-size: 175%;
font-style: normal;
}