-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprojeto2.css
82 lines (73 loc) · 1.05 KB
/
projeto2.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
body {
background-image: url(imagebk.jpg);
background-repeat: repeat;
background-attachment: fixed;
background-position: center;]
margin: 0;
}
h1
{
font-family: "Bradley Hand ITC";
font-size: 50px;
color: rgb(454,56,01);
text-align: center;
animation-duration: 2.5s;
animation-name: welcome;
}
p
{
font-family:"Comic Sans MS";
font-size: 24px;
color: #7CFC00;
text-align: center;
}
@keyframes welcome
{
from {
margin-left: 100%;
width: 300%;
}
to{
margin-left: 0%;
width: 100%;
}
}
.brd-img
{
display: groove;
margin-left: 50px;
margin-right: 50px;
padding: 3px;
text-align: center;
background-color: green;
border: 1px solid white;
}
#Noxus{
color: red;
}
#Demacia{
color: yellow;
}
#Vazio{
color: #D358F7;
}
#IlhadasSombras{
color: cyan;
}
ul {
margin: 0px;
padding: 0px;
display: inline;
}
li {
text-align: center;
padding:1px 1px;
list-style-type:none;
}
#menu ul li a:hover{
background:#333;
color:#fff;
-moz-box-shadow:0 3px 10px 0 #CCC;
-webkit-box-shadow:0 3px 10px 0 #ccc;
text-shadow:0px 0px 5px #fff;
}