-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPjCvThales.css
133 lines (111 loc) · 3.2 KB
/
PjCvThales.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
.minha-div {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
margin: 25px 15px;
left: 55%;
top: 20%;
background-color: rgb(213, 235, 20);
animation: colorido 12s;
}
@keyframes colorido {
0% {
transform: rotate(360deg);
}
}
#Sessão1 {
position:relative;
width: 1200px;
height: 800px;
background-color: rgb(0, 0, 0);
top: 0%;
left: 0%; }
#image {
position: absolute;
width: 300px;
height: 300px;
border-radius: 50%;
border: 4px double rgb(0,0,0,0.3);
box-shadow: 0 0 10px rgb(241, 226, 8);
left: 55%;
top: 20%;
z-index: 2; }
#Thales{
position: fixed;
color: rgb(243, 240, 55);
top: 10%;
left: 10%;
font-size: 36;
border: 4px dotted rgb(0,0,0,0.3);
box-shadow: 0 0 10px rgb(241, 226, 8);
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; }
#Juliani{
position: fixed;
color: rgb(243, 240, 55);
top: 22%;
left: 18%;
font-size: 36;
border: 4px dotted rgb(0,0,0,0.3);
box-shadow: 0 0 10px rgb(241, 226, 8);
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; }
#cargo{
position: fixed;
color: rgb(243, 240, 55);
top: 40%;
left: 10%;
font-size: 24;
border: 1px dotted rgb(0,0,0,0.3);
box-shadow: 0 0 px rgb(241, 226, 8);
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; }
#lets{
position: fixed;
color: rgb(243, 240, 55);
top: 51%;
left: 10%;
font-size: 24;
border: 1px dotted rgb(0,0,0,0.3);
box-shadow: 0 0 px rgb(241, 226, 8);
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; }
#skills{
position: fixed;
color: rgb(243, 240, 55);
top: 61%;
left: 10%;
font-size: 24;
border: 1px dotted rgb(0,0,0,0.3);
box-shadow: 0 0 px rgb(241, 226, 8);
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; }
#botaoportifolio{
position: fixed;
color: rgb(0, 0, 0);
background-color: rgb(241, 226, 8);
border-bottom-color: rgb(10, 9, 7);
top: 80%;
left: 12%;
font-size: 20;
border-radius: 60px;
box-shadow: 0 0 10px rgb(241, 226, 8);
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; }
#botaogit {
position: fixed;
color: rgb(0, 0, 0);
background-color: rgb(241, 226, 8);
border-bottom-color: rgb(10, 9, 7);
top: 80%;
left: 25%;
font-size:20;
border-radius: 60px;
box-shadow: 0 0 10px rgb(241, 226, 8);
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; }
#botaocv{
position: fixed;
color: rgb(0, 0, 0);
background-color: rgb(241, 226, 8);
border-bottom-color: rgb(10, 9, 7);
top: 80%;
left: 38%;
font-size:20;
border-radius: 60px;
box-shadow: 0 0 10px rgb(241, 226, 8);
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; }