-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
75 lines (74 loc) · 1.42 KB
/
Copy pathstyle.css
File metadata and controls
75 lines (74 loc) · 1.42 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
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400&display=swap');
*{
color: white;
font-family: 'Montserrat', sans-serif;
}
body{
background-color: black;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
margin:0;
overflow: hidden;
}
div{display: block;}
#box{
background-color: black;
border: 5px solid;
padding: 20px;
padding-top: 0;
padding-bottom: 0;
}
#skills{
font-size: 24pt;
font-weight: 300;
text-align: left;
padding-bottom:none ;
background: black;
}
#borderskills{
background: black;
padding-left: 2px;
}
#borderskills.show{
background:white;
transition: all 1000ms cubic-bezier(.540, .086, .000, .980) .2s;
}
#buttontools{
position: relative;
background-color: black;
border: none;
cursor:pointer;
border: 5px solid;
border-top: none;
height: 25px;
width: 50px;
margin-right: 692.025px;
transform: translateY(0); z-index:0;
}
#name{
padding:75px;
padding-top:10px;
padding-bottom: 5px;
font-weight: 400;
font-size: 48pt;
}
#desc{
font-weight: 300;
font-size: 24pt;
text-align: center;
padding-bottom: 10px;
}
#social, a{
display: flex;
justify-content: center;
padding: 10px;
padding-top:0;
padding-bottom:10px;
}
#text{
text-align: center;
margin: 10px;
}