-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyprofile.css
88 lines (81 loc) · 1.52 KB
/
myprofile.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
@font-face {
font-family: "Kdam";
src: url(./Kdam_Thmor_Pro/KdamThmorPro-Regular.ttf) format("woff2");
}
@font-face {
font-family: "Bebas";
src: url(./Bebas_Neue/BebasNeue-Regular.ttf) format("woff2");
}
@font-face {
font-family: "Nanum";
src: url(./Nanum_Gothic_Coding/NanumGothicCoding-Regular.ttf) format("woff2");
}
body {
padding: 0;
margin: 0;
font-size: 16px;
background-color: #392A48;
}
main {
max-width: 1200px;
height: 90%;
min-height: 900px;
margin: 0 auto;
background-color: #645394;
box-shadow: 6px 6px 7px 1px rgba(0, 0, 0, 0.28);
}
main h1 {
padding: 20px;
color: white;
font-family: "Kdam";
letter-spacing: 1px;
}
.text {
padding-top: 40px;
display: flex;
flex-direction: column;
color: white;
}
.text div {
display: flex;
font-size: 1em;
}
.text h3 {
font-family: "Kdam";
letter-spacing: 1px;
}
h4 {
margin-left: 10px;
letter-spacing: 2px;
font-family: "Nanum";
display: flex;
align-items: center;
}
.maincontent {
display: flex;
justify-content: space-around;
flex-wrap: wrap-reverse;
}
.portfolioimg img {
max-width: 90%;
box-shadow: 6px 6px 7px 1px rgba(0, 0, 0, 0.28);
}
.portfolioimg {
max-width: 500px;
padding-top: 40px;
display: flex;
justify-content: center;
}
ul li {
display: inline-flex;
justify-content: center;
padding: 5px;
}
ul {
margin: 0;
padding: 0;
}
.skills img {
opacity: 0.7;
padding-bottom: 10px;
}