teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

情報の編集

2018/06/21 08:15

投稿

kaitotokai
kaitotokai

スコア59

title CHANGED
File without changes
body CHANGED
@@ -47,41 +47,15 @@
47
47
 
48
48
  と書いてcssに
49
49
  ```ここに言語を入力
50
- main{
51
- z-index: 0;
52
- display: grid;
53
- grid-template-rows: 1fr 4fr 2fr;
54
- grid-template-areas: "TAB MAIN USERSEARCH";
55
- height: 100%;
56
- }
57
-
58
-
59
50
  #mainsection{
60
51
  background-color:white;
61
- grid-area: TAB;
62
52
  border: 1px #D4D4D5 solid;
63
53
  float: left;
64
54
  height: 100%;
65
55
  width: 15%;
66
56
  }
67
57
 
68
- #graph{
69
- grid-area: MAIN;
70
- }
71
58
 
72
- #usersearch{
73
- grid-area: USERSEARCH;
74
- float: right;
75
- }
76
-
77
- .usersearch{
78
- background-color: white;
79
- float: right;
80
- width: 300px;
81
- height: 825px;
82
- border: 1px #D4D4D5 solid;
83
- }
84
-
85
59
  #dropmenu{
86
60
  position: relative;
87
61
  list-style-type: none;