-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.css
More file actions
147 lines (127 loc) · 2.13 KB
/
main.css
File metadata and controls
147 lines (127 loc) · 2.13 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
@font-face {
font-family: 'TTCrownMychewR';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/TTCrownMychewR.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
body {
background-color: rgb(255, 211, 218);
font-family: 'TTCrownMychewR';
}
.main-box {
display: flex;
height: 680px;
width: 1200px;
background-color: white;
margin: 50px;
border-radius: 20px;
align-items: flex-end;
padding-bottom: 30px;
}
/* 왼쪽 박스 */
.main-left {
display: flex;
flex-direction: column;
}
.left-box {
display: flex;
height: 600px;
width: 350px;
border: 4px solid black;
border-radius: 20px;
margin-left: 20px;
justify-content: flex-start;
flex-direction: column;
align-items: center;
}
.today {
display: flex;
padding: 10px;
justify-content: center;
font-size: large;
}
.profile {
display: flex;
margin-top: 20px;
height: 250px;
width: 250px;
border-radius: 5px;
}
.today-is {
margin-top: 20px;
border: 2px solid black;
padding: 5px;
border-radius: 10px;
width: 240px;
text-align: center;
}
.music-img {
width: 250px;
margin-top: 20px;
border-radius: 20px;
}
.me {
align-self: flex-start;
margin-left: 15%;
margin-top: -5px;
}
/* 오른쪽 박스 */
.right-box {
display: flex;
height: 600px;
width: 780px;
border: 4px solid black;
border-radius: 20px;
margin-left: 15px;
margin-right: 20px;
flex-direction: column;
}
.title {
display: flex;
padding: 10px;
margin-left: 10px;
font-size: 25px;
}
.table {
border: 1px solid black;
border-collapse: collapse;
text-align: center;
width: 300px;
height: 100px;
}
.table th, td {
border: 1px solid black;
}
.right-up {
display: flex;
justify-content: space-around;
}
.info {
font-size: 20px;
}
.skill {
display: flex;
font-size: 20px;
align-items: center;
margin-top: 5%;
}
.right-down {
display: flex;
flex-direction: column;
align-items: center;
}
.home {
width: 500px;
position: relative;
margin-bottom: -5px;
}
.minimi {
width: 80px;
position: absolute;
top: 60%;
left: 30%;
}
.about {
margin-left: 140px;
margin-bottom: 0;"
}