-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpagina3.css
80 lines (76 loc) · 1.29 KB
/
pagina3.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
header{
color: white;
background-color: black;
color: white;
text-align: center;
font-size: x-large;
font-family: sans-serif;
padding: 20px;
}
table{
display: flex;
justify-content: center;
}
.opcoes{
color: white;
}
td{
padding-left: 15px;
}
p{
font-size: larger;
font-weight: bolder;
color: black;
}
body{
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
margin: 0px
}
h1{
color: white;
}
h2{
text-align: center;
color: black;
}
section{
background-color: white;
display: flex;
border-radius: 10px;
border: 2px solid white;
margin: 50px auto;
width: 1000px;
color: white;
}
.logo{
margin: 50px;
margin-right: 15px;
width: 200px;
align-items: center;
}
li{
margin: 5px;
}
a{
color: black;
}
a:hover{
font-weight: bolder;
}
.intro{
border-radius: 5px;
color: white;
font-size: x-large;
width: 500px;
margin: 50px auto;
}
.rodape{
background-color: black;
padding: 1px;
text-align: center;
}
.paragrafo_rodape{
color: white;
font-size: 20px;
padding: 10px;
}