-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
76 lines (61 loc) · 1.23 KB
/
Copy pathindex.css
File metadata and controls
76 lines (61 loc) · 1.23 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
body{
margin: 0;
padding: 0;
font-family: sans-serif;
box-sizing: border-box;
background: #153365;
}
.center{
width: 30%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
padding: 30px;
background: rgb(218,163,15);
box-sizing: border-box;
box-shadow: 0 20px 50px rgba(0,0,0,.5);
border-radius: 20px;
}
h1{
margin: 0;
padding: 0;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
text-shadow: 0 0 10px #ff9900,
0 0 10px #ff9900,
0 0 10px #ff9900,
0 0 10px #ff9900,
0 0 10px #ff9900;
}
.skillBox{
box-sizing: border-box;
width: 100px;
margin: 20px 0;
}
.skillBox p{
color: rgb(255,255,255);
text-transform: uppercase;
margin: 0 0 10px 10px;
padding: 0;
letter-spacing: 1px;
}
.skillBox p:nth-child(2){
float: right;
position: revert;
top: -25px;
}
.skill{
background: #076d70;
padding: 4px;
box-sizing: border-box;
border: 1px solid #52befd;
border-radius: 50px;
}
.skill_level{
background: #52befd;
width: 100%;
height: 10px;
border-radius: 50px;
}