-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
128 lines (116 loc) · 1.91 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
header{
}
body{
background-color: lavenderblush;
margin: 15%;
}
.contact-info {
text-align: center;
}
.name {
}
#center{
text-align: center;
envelope-wrapper. i {
padding: 5px;
min-width: 10px;
}
h1 {
color: black;
font-size: 30px;
font: Times New Roman;
}
h3 {
font-size: 20px;
font: Times New Roman;
}
.skills/tools {
margin-left:10px;
padding:0;
}
.company/job-title {
font-size: 18px;
font: Times New Roman;
}
.job-desc{
font-size: 16px;
font: Times New Roman;
}
{
hr
style=
border:black;
height:3px;
}
.date{
text-align: right;
}
.job-desc {
text-align: left;
padding:0;
}
}
h4 {
margin:0;
padding:0;
}
.pie-wrap {
height: 150px;
width: 150px;
position: relative;
overflow: hidden;
margin: 20px;
border-radius: 50%;
transform: rotate3d(0, 0, 1, 0.001deg); /* clear artifacts*/
}
.pie-wrap:before,
.pie-wrap:after {
content: " ";
position: absolute;
left: 0;
top: 0;
width: 150px;
height: 150px;
clip: rect(0px, 75px, 150px, 0px);
background-color: white;
transform: rotate3d(0, 0, 1, 0deg);
animation: 2s spin2 linear 4s forwards;
z-index: 2;
}
.pie-wrap:after {
content: " ";
background: black;
z-index: 1;
animation: 2s spin linear 2s forwards;
}
@keyframes spin {
from {
transform: rotate3d(0, 0, 1, 0deg);
}
to {
transform: rotate3d(0, 0, 1, 180deg);
}
}
@keyframes spin2 {
from {
background: black;
transform: rotate3d(0, 0, 1, 180deg);
}
to {
background: black;
transform: rotate3d(0, 0, 1, 360deg);
}
}
.myImg {
display: block;
position: relative;
z-index: 4;
border: 5px solid white;
width: 130px;
height: 130px;
border-radius: 50%;
margin: 5px 0 0 5px;
}
<body>
<iframe src="Nasra_OmarCV.pdf">
</body>