回答編集履歴

1

コード編集

2020/07/28 02:59

投稿

wing283
wing283

スコア123

test CHANGED
@@ -8,15 +8,31 @@
8
8
 
9
9
  <style>
10
10
 
11
- .row { width: 100%;
11
+ .row {
12
12
 
13
- display: flex;}
13
+ width: 100%;
14
14
 
15
- #logo { width: 150px;}
15
+ display: flex;
16
16
 
17
- .row form { width: calc(100% - 150px);}
17
+ }
18
18
 
19
+ #logo {
20
+
21
+ width: 150px;
22
+
23
+ }
24
+
25
+ .row form {
26
+
27
+ width: calc(100% - 150px);
28
+
29
+ }
30
+
19
- .row form input { width: 70%;}
31
+ .row form input {
32
+
33
+ width: 70%;
34
+
35
+ }
20
36
 
21
37
  </style>
22
38