-
Notifications
You must be signed in to change notification settings - Fork 0
/
page3.css
123 lines (108 loc) · 898 Bytes
/
page3.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
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
.bookcover{
}
.bookdot{
}
.page
{
}
.left
{
}
.mid
{
}
.right
{
}
.today
{
}
.proflie
{
}
.title
{
}
.main{
}
.menu
{
}
.image{
}
.item
{
display: flex;
}
.item2
{
}
.diary1
{
flex:1;
}
}
.introduct
{
color:mediumorchid;
}
h3
{
border-bottom: 1px solid gray;
margin-right: 10px;
}
.notice
{
margin-left: 10px;
}
.diary
{
font-size: 15px;
color:purple;
}
.button
{
margin-top:2px;
margin-left:410px;
}
.날짜
{
font-size: 5px;
color: purple;
}
.date
{
font-size: 7px;
margin-left: 40px;
}
.contents
{
overflow: AUTO;
width: 450PX;
height: 150PX;
margin-top:5px;
}
.diary-button
{
background-color: purple;
border: 1px solid blue;
color:white;
width: 100px;
height: 50px;
font-size: 20px;
font-style: italic;
border-radius: 20px;
margin-left:160px;
}
.미션
{
display: flex;
}
.프로필
{
flex:0.3;
}
.내용
{
flex:0.7;
}