-
Notifications
You must be signed in to change notification settings - Fork 0
/
userPage.css
96 lines (86 loc) · 1.41 KB
/
userPage.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
89
90
91
92
93
94
95
96
@font-face {
font-family: 'GowunBatang-Regular';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/GowunBatang-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
body{
background-color: #ebf6f9;
font-family: 'GowunBatang-Regular';
}
h1{
display: inline;
}
p{
display: inline;
}
.title{
margin-top: 25px;
font-weight: bold;
font-size: 20px;
}
.tableBox div{
margin-top: 25px;
}
.content{
display: none;
}
button{
font-family: 'GowunBatang-Regular';
}
.tableBox{
margin-top: 10px;
margin-left: 5px;
display: inline-table;
border: 1px solid gray;
width: 250px;
height: 250px;
text-align: center;
background-color: white;
}
/* tr{
text-align: left;
} */
button{
text-decoration: none;
border: 1px solid gray;
border-radius: 4px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
cursor: pointer;
transition: 0.5s;
background-color: white;
font-family: 'GowunBatang-Regular';
}
img{
margin-top: 25px;
width: 85px;
height: 85px;
}
.userBox{
text-align: right;
}
.menuBox{
text-align: center;
}
.firstBox{
text-align: center;
}
.mainMenu{
margin: 15px;
width:790px;
margin-left:auto;
margin-right:auto;
color: gray;
}
.incomplete{
color: gray;
}
button:hover{
background-color: #D3D3D3;
}
#completeNumber{
display: inline;
}
#userID{
text-decoration: underline;
}