-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
110 lines (106 loc) · 1.68 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
/*https://site112.com/tabela-cores-html*/
#body{
background-color: white;
text-align:center;
}
#pagina{
/*border: 2px solid #4682B4;*/
text-align:left;
margin: auto;
padding: 10px;
height: 850px; /*altura*/
width: 900px;
position:relative;
}
#banner{
/*border: 2px solid #4682B4;*/
margin: 10px;
padding: 50px;
height: 15px;
width: 774px;
background-image: url(imagens/banner.jpg);
}
#home{
border: 1px solid #5F9EA0;
margin:10px;
padding:10px;
height: 250px;
width: 204px;
float: left;
background-image: url(imagens/andreza.jpg);
}
#corpo{
border: 1px solid #5F9EA0;
margin: 10px;
padding: 25px;
height: 600px;
width: 560px;
float: right;
}
#curriculo{
border: 1px solid #5F9EA0;
margin: 10px;
padding: 25px;
height: 600px;
width: 825px;
float: right;
}
p{
color: #5F9EA0;
font-family: Century Gothic;
font-size: 14px;
}
h1 {
color: #2F4F4F;
font-family: Century Gothic;
text-align: left;
}
h2{
color: #2F4F4F;
font-family: Century Gothic;
text-align: left;
}
h3{
color: #2F4F4F;
font-family: Century Gothic;
text-align: justify;
}
#menu li {
list-style:none;
color: #53777A;
text-align: left;
font-family: Century Gothic;
font-size: 10pt;
text-decoration: none;
}
a.link{
text-decoration: none;
}
a.hover{
text-decoration: underline;
}
.fa {
padding: 20px;
font-size: 30px;
width: 30px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
border-radius: 50%;
}
.fa-instagram {
background: #125688;
color: white;
}
.fa-linkedin {
background: #007bb5;
color: white;
}
.fa-facebook {
background: #3B5998;
color: white;
}
.fa-github {
background: #000;
color: white;
}