-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathframe.css
More file actions
69 lines (59 loc) · 1.32 KB
/
Copy pathframe.css
File metadata and controls
69 lines (59 loc) · 1.32 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
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Hedvig+Letters+Sans&family=Hedvig+Letters+Serif:opsz@12..24&family=Noto+Sans+KR:wght@300&family=Roboto:ital@1&display=swap');
/*뒷배경*/
.wrapper{
max-width: 1440px;
height: 1024px;
padding: 20px;
margin: 0 auto;
}
header {
display: flex;
height: 30px;
padding: 12px 80px;
border-bottom: 1px solid #FFBE99;
align-items: center;
justify-content: space-between;
overflow: hidden;
}
header img {
width: 180px;
}
header nav {
display: flex;
justify-content: space-between;
gap: 50px;
}
nav #MyPage {
font-weight: bolder;
}
.container{
display: flex;
/* border: 1px solid #FFBE99; */
}
footer {
padding-left: 10px;
padding-right: 10px;
display: flex;
flex-direction: row;
align-items: center;
background: #FE730F;
min-height: 50px;
justify-content: space-between;
}
footer .copyright,
.email {
color: black;
font-size: 18px;
font-family: 'Black Han Sans', sans-serif;
font-family: 'Hedvig Letters Sans', sans-serif;
font-family: 'Hedvig Letters Serif', serif;
font-family: 'Noto Sans KR', sans-serif;
font-family: 'Roboto', sans-serif;
}
footer .copyright {
justify-content: center;
}
td {
width: 60px;
height: 60px;
}