-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
94 lines (78 loc) · 1.54 KB
/
Copy pathstyle.css
File metadata and controls
94 lines (78 loc) · 1.54 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
.tituloPrincipal {
font-family: 'Consolas';
text-align: center;
color: #8FFF9B;
position: absolute;
line-height: 55px;
width: 100vw;
height: 60px;
left: 0;
top: -24;
background: rgba(34, 150, 80, 0.3);
backdrop-filter: blur(2px);
}
.areaEncriptar {
position: absolute;
width: 540px;
height: 500px;
top: 60px;
left: 400;
}
.encText {
padding: 10px;
border-radius: 4px;
font-family: 'Consolas';
font-size: 20px;
color: #8FFF9B;
position: absolute;
width: 540px;
height: 195px;
background: rgba(34, 150, 80, 0.3);
backdrop-filter: blur(2px);
}
.botoes {
align-items: center;
font-family: 'Consolas';
color: #8FFF9B;
cursor: pointer;
border-radius: 4px;
font-size: 20px;
position: absolute;
width: 160px;
height: 30px;
backdrop-filter: blur(2px);
background: rgba(34, 150, 80, 0.3);
}
.rodape {
font-family: 'Consolas';
text-align: center;
align-items: center;
color: #8FFF9B;
position: absolute;
top: 600px;
left: 0px;
width: 100vw;
height: 110px;
background: rgba(34, 150, 80, 0.3);
backdrop-filter: blur(2px);
}
.github{
background-image: url(imagens/git.png);
cursor: pointer;
border-radius: 6px;
position: absolute;
top: 40px;
left: 620px;
width: 48px;
height: 48px;
}
.linkedin{
background-image: url(imagens/linkedin.png);
cursor: pointer;
border-radius: 6px;
position: absolute;
top: 40px;
left: 700px;
width: 48px;
height: 48px;
}