-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
71 lines (65 loc) · 1.17 KB
/
Copy pathstyle.css
File metadata and controls
71 lines (65 loc) · 1.17 KB
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
body {
background-color: #042A2B;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
color: white;
background-image: ;
}
#foto {
position: absolute;
border-radius: 100%;
Display: inline-block;
Margin-left: 60%
}
#indice
{
text-decoration: none;
position: relative;
padding: 0.7cm;
border: 3px solid black;
left: 120px;
width: 30%;
resize: both;
}
#habil
{
border: 3px solid black;
width: 40%;
resize: both;
padding: 0.7cm;
display: inline-block;
position: absolute;
left: 50px;
top: 400px;
}
h2 #links
{
position: absolute;
top: 800px;
left: 45%;
text-decoration: none;
}
h1 {
background-color: #413D40;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 1.5cm;
text-align: center;
border-radius: 3cm;
position: sticky;
top: 0;
z-index: 1;
}
h2 #descricao {
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
text-align: justify;
font-style: italic;
font-size: 17px;
position: relative;
left: 60%;
top: 15px;
width: 30%;
resize: both;
display: inline-block;
}
h3 {
background-color: #931119;
}