-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
84 lines (60 loc) · 1.36 KB
/
main.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
#title{ margin: 50px;
font-size: 70px;
box-sizing: border-box;
float:left;
}
#left_side{
border: solid black;
clear:left;
display: flex;
flex-direction: column;
justify-content: center;
width: 800px;
height: 100%;
padding: 0px;
}
#content{
border: solid black;
display: flex;
flex-direction: row;
justify-content: left;
width: 800px;
height: 800px;
padding: 0px;
}
.pp{
border: solid black;
display: float;
justify-content:first baseline;
width: 200px;
height: 100%;
padding: 0px;
margin:10px;
}
#memo{
border: solid black;
float:left;
display: float;
flex-direction: column;
justify-content:first baseline;
width: 700px;
height: 100%;
padding: 10px;
margin: 10px;
font-size: larger;
box-sizing: border-box;
}
#memo textarea{
border: solid black;
float:left;
display: float;
flex-direction: column;
justify-content:first baseline;
width: 100%;
height: 70%;
padding: 10px;
font-size: larger;
box-sizing: border-box;
}
input{margin:0px; height:23px;
}