-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
77 lines (68 loc) · 928 Bytes
/
style.css
File metadata and controls
77 lines (68 loc) · 928 Bytes
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
header
{
background-color: #EB3126;
}
h1
{
color:white;
text-align: center;
font-family: cursive;
}
nav ul
{
text-align: center
}
nav ul li
{
display: inline;
padding: 20px;
font-size: 20px;
color: blue;
font-family: cursive;
text-shadow: 0 0 8px white,
0 0 2px white;
}
nav ul li a
{
text-decoration: none;
}
main
{
text-align: center;
}
main article p
{
background-color: rgba(161, 160, 160, 0.158);
border-radius: 20px;
}
main article a
{
text-decoration: none;
font-size: 15px;
color:rgb(0, 0, 0);
text-shadow: 4px 4px 3px red;
}
footer
{
margin-top: 20px;
background-color: rgba(0, 0, 0, 0.836);
color:white;
height: 100px;
text-align: left;
padding: 20px;
}
footer img
{
width: 50px;
float: right;
}
label
{
color:#EB3126;
font-size: 10px
}
#barcaLogo
{
box-shadow: 0 0 4px blue;
border-radius:50%;
}