-
Notifications
You must be signed in to change notification settings - Fork 0
/
CV.css
90 lines (87 loc) · 1.86 KB
/
CV.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
body {
font-family: "Satisfy", cursive;
font-style: normal;
text-shadow:1px 1px rgb(32, 8, 56);
background-image: url(Red-dash.jpg);
background-repeat: no-repeat;
background-size:100% 100%;
}
.one{
padding-top: 5%;
}
.two{
padding-top: 15%;
}
.three{
margin-top: 30px;
padding-top: 50px;
position: relative;
animation: example1 10s linear infinite alternate;
}
.three>img{
width: 330px;
height: 330px;
border: 0;
box-shadow: 0px 0px 15px 15px rgb(203, 183, 223);
}
a{
text-decoration: none;
color: rgb(255, 81, 0);
}
a:hover{
color: rgb(4, 4, 95);
}
.round{
width: 150px;
height: 150px;
padding-top: 50px;
font-size:30px;
font-weight: bolder;
background-image:url(sun-8553511_1280.jpg);
color: brown;
background-size:cover;
background-position: 50%;
background-repeat: no-repeat;
border: 0;
border-radius: 50%;
box-shadow: 0px 0px 10px 15px rgb(231, 142, 7) ;
position: relative;
animation: example 5s linear infinite alternate;
}
@keyframes example {
0% { top:0px; left: 0px;}
25% { top:15px; left: 0px;}
50% { top:0px; left: 30px; }
75% { top:15px; left: 30px;}
100% { top:0px; left: 0px; }
}
.bg img{
position: relative;
animation: example1 3s linear 0s infinite alternate;
}
@keyframes example1 {
0% { left:0px; }
25% { left:15px;}
50% { left:0px; }
75% { left:15px; }
100% { left:0px; }
}
.four div{
margin-top: 10px;
margin-bottom: 10px;
}
.bg{
margin-top: 5px;
background-color: rgb(235, 199, 145);
border-radius:0 25px 0 25px ;
}
.color{
color: rgb(5, 12, 104);
}
.margin a{
margin-right: 7px;
}
.margin img{
padding-left: 0%;
padding-bottom: 7px;
}