-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css~
89 lines (60 loc) · 1.04 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
body {
background-image: url("https://imgur.com/HGf29YT.jpg");
background-position: 50% 50%;
background-repeat: repeat;
}
.hum_pun1 {
color: white;
text-align: center;
padding-top: 0px;
font-family: "Comic Sans MS", cursive, sans-serif;
text-shadow: 5px 2px #76FF04;
font-size: 500%;
}
p {
font-family: verdana;
font-size: 20px;
}
audio {
display:none;
}
.twitter-timeline {
text-align: center;
}
.ul_nav {
list-style: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #76FF04;
}
.li_nav {
float: left;
}
.li_a_nav{
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.li_a_nav:hover{
background-color: #53b700;
}
/*#t_horse{
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
#t_horse span{
/*display: none;
background-color: #53b700;*
visibility: none;
}
#t_horse span:hover{
visibility: visible;
background-color: #53b700;
content: "VIRUSES!";
}*/