-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHomepageheader.css
61 lines (47 loc) · 1016 Bytes
/
Homepageheader.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
.header {
grid-area: hd;
color:rgb(255, 255, 255);
font-size: 20pt;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
text-shadow: 10px 4px 15px rgb(247, 176, 205);
text-align: center;
}
ul {
list-style-type: none;
background-color: transparent;
margin: 0;
padding: 0;
font-size: 15pt;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: white;
}
li {
display: inline;
}
li {
float: left;
}
li a {
display: block;
color: rgb(236, 196, 230);
text-align: center;
padding: 14px, 16px;
text-decoration: none;
text-shadow: none;
}
li a:hover {
background-color: rgb(255, 168, 236);
color: white;
}
a {
color: rgb (241,178, 226);
text-decoration: none;
background-color: white;
width: 300px;
height: 50px;
}