質問編集履歴

1

情報の編集

2018/06/21 08:15

投稿

kaitotokai
kaitotokai

スコア59

test CHANGED
File without changes
test CHANGED
@@ -96,30 +96,10 @@
96
96
 
97
97
  ```ここに言語を入力
98
98
 
99
- main{
100
-
101
- z-index: 0;
102
-
103
- display: grid;
104
-
105
- grid-template-rows: 1fr 4fr 2fr;
106
-
107
- grid-template-areas: "TAB MAIN USERSEARCH";
108
-
109
- height: 100%;
110
-
111
- }
112
-
113
-
114
-
115
-
116
-
117
99
  #mainsection{
118
100
 
119
101
  background-color:white;
120
102
 
121
- grid-area: TAB;
122
-
123
103
  border: 1px #D4D4D5 solid;
124
104
 
125
105
  float: left;
@@ -132,38 +112,6 @@
132
112
 
133
113
 
134
114
 
135
- #graph{
136
-
137
- grid-area: MAIN;
138
-
139
- }
140
-
141
-
142
-
143
- #usersearch{
144
-
145
- grid-area: USERSEARCH;
146
-
147
- float: right;
148
-
149
- }
150
-
151
-
152
-
153
- .usersearch{
154
-
155
- background-color: white;
156
-
157
- float: right;
158
-
159
- width: 300px;
160
-
161
- height: 825px;
162
-
163
- border: 1px #D4D4D5 solid;
164
-
165
- }
166
-
167
115
 
168
116
 
169
117
  #dropmenu{