-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
83 lines (79 loc) · 2.81 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
/* #topic {
background-color: #feecef;
}
*/
.row {
transition: 2s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
cursor: pointer;
}
.row:hover {
border-radius: 10px;
transform: scale(1.01);
}
/* progress bar*/
/* My Skills */
/* Define the keyframes for the animation */
@keyframes progressBarAnimation {
0% {
width: 0%;
}
/* // get the value from the database */
100% {
width: 100; /* Change this value to the desired percentage */
}
}
/* Apply the animation to the progress bar */
#progress-a {
animation: progressBarAnimation 1s ease-in-out; /* Change the duration (2s) to adjust the animation speed */
}
#progress-b {
animation: progressBarAnimation 1s ease-in-out; /* Change the duration (2s) to adjust the animation speed */
}
#progress-c {
animation: progressBarAnimation 1s ease-in-out; /* Change the duration (2s) to adjust the animation speed */
}
#progress-d {
animation: progressBarAnimation 1s ease-in-out; /* Change the duration (2s) to adjust the animation speed */
}
#progress-e {
animation: progressBarAnimation 1s ease-in-out; /* Change the duration (2s) to adjust the animation speed */
}
#progress-f {
animation: progressBarAnimation 1s ease-in-out; /* Change the duration (2s) to adjust the animation speed */
}
#progress-g {
animation: progressBarAnimation 1s ease-in-out; /* Change the duration (2s) to adjust the animation speed */
}
#progress-h {
animation: progressBarAnimation 1s ease-in-out; /* Change the duration (2s) to adjust the animation speed */
}
#progress-i {
animation: progressBarAnimation 1s ease-in-out; /* Change the duration (2s) to adjust the animation speed */
}
#progress-j {
animation: progressBarAnimation 1s ease-in-out; /* Change the duration (2s) to adjust the animation speed */
}
#progress-k {
animation: progressBarAnimation 1s ease-in-out; /* Change the duration (2s) to adjust the animation speed */
}
#progress-l {
animation: progressBarAnimation 1s ease-in-out; /* Change the duration (2s) to adjust the animation speed */
}
#progress-m {
animation: progressBarAnimation 1s ease-in-out; /* Change the duration (2s) to adjust the animation speed */
}
#progress-n {
animation: progressBarAnimation 1s ease-in-out; /* Change the duration (2s) to adjust the animation speed */
}
#progress-o {
animation: progressBarAnimation 1s ease-in-out; /* Change the duration (2s) to adjust the animation speed */
}
#progress-p {
animation: progressBarAnimation 1s ease-in-out; /* Change the duration (2s) to adjust the animation speed */
}
#progress-q {
animation: progressBarAnimation 1s ease-in-out; /* Change the duration (2s) to adjust the animation speed */
}
#progress-r {
animation: progressBarAnimation 1s ease-in-out; /* Change the duration (2s) to adjust the animation speed */
}