-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
84 lines (70 loc) · 1.34 KB
/
index.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
83
84
img {
border-radius: 50%;
}
#div1, #div2, #div8 {
text-align: center;
}
.bloco-curriculo {
font-family: "Courier New", Courier, monospace;
margin-top: 30px;
margin-bottom: 30px;
margin-right: 100px;
margin-left: 100px;
padding-left: 50px;
}
.bloco-centralizado {
font-family: "Courier New", Courier, monospace;
margin-top: 30px;
margin-bottom: 30px;
margin-right: 100px;
margin-left: 100px;
}
li {
margin: 10px;
}
/* Separação em blocos e coloração */
body {
background: #0b381c;
font-size: 100%;
}
main {
background: rgb(124, 168, 111);
margin: 20px 0;
padding: 20px;
}
main div {
background: rgb(13, 26, 1);
margin: 0 auto;
color: white;
padding: 15px;
margin: 5px auto;
}
main div:nth-child {
width: center;
}
/* Botoes dos links */
a:link, a:visited {
background-color: #ee7525;
color: rgb(0, 0, 0);
padding: 5px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
}
a:hover, a:active {
background-color: rgb(85, 238, 24);
}
/* Tópicos em quadradinhos*/
ul.a {
list-style-type: square;
}
/*tamanhos de fontes*/
h1 {
font-size: 30px;
}
h2 {
font-size: 25px;
}
p {
font-size: 16px;
}