質問編集履歴

1

min-widthからmax-widthに変更しました。

2017/02/20 06:07

投稿

gonda310
gonda310

スコア14

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ```css
8
8
 
9
- @media screen and (min-width: 600px) {
9
+ @media screen and (max-width: 600px) {
10
10
 
11
11
  .example{background:#DC143C;
12
12