質問編集履歴

2

SCSSをCSSに変更

2016/12/05 03:13

投稿

innjera
innjera

スコア132

test CHANGED
File without changes
test CHANGED
@@ -46,41 +46,41 @@
46
46
 
47
47
  ```css
48
48
 
49
- #misaki-lesson{
49
+ #misaki-lesson {
50
50
 
51
- background-color: $black;
51
+ background-color: #000000;
52
52
 
53
53
  margin-top: 0.5rem;
54
54
 
55
- li{
55
+ }
56
56
 
57
- background-color: $red;
57
+ #misaki-lesson li {
58
58
 
59
- margin-bottom: 1rem;
59
+ background-color: #FF0000;
60
60
 
61
- padding: auto;
61
+ margin-bottom: 1rem;
62
62
 
63
- display:block;
63
+ padding: auto;
64
64
 
65
- }
65
+ display: block;
66
66
 
67
- ul li {
67
+ }
68
68
 
69
- border-bottom: 2px solid $super-light-gray;
69
+ #misaki-lesson ul li {
70
70
 
71
- }
71
+ border-bottom: 2px solid #eee;
72
72
 
73
- ul li:last-child {
73
+ }
74
74
 
75
- border-bottom: 0 none;
75
+ #misaki-lesson ul li:last-child {
76
76
 
77
- }
77
+ border-bottom: 0 none;
78
78
 
79
- #tuning{
79
+ }
80
80
 
81
- padding-bottom: 1rem;
81
+ #misaki-lesson #tuning {
82
82
 
83
- }
83
+ padding-bottom: 1rem;
84
84
 
85
85
  }
86
86
 

1

SCSSをCSSに変更等

2016/12/05 03:13

投稿

innjera
innjera

スコア132

test CHANGED
File without changes
test CHANGED
@@ -6,9 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- ![イメージ説明](29b946fe0abbcf413fe595c176d7fc15.png)
9
+ ![イメージ説明](8848d02b322d29784acebaea6a420b2c.png)
10
-
11
-
12
10
 
13
11
  ```html
14
12
 
@@ -36,7 +34,7 @@
36
34
 
37
35
  日時:8月27日 00:00 ~ 12月5日 16:14</br>
38
36
 
39
- <div id = "tuning">場所:名鉄カルチャースクール</id>
37
+ <div id = "tuning">場所:名鉄カルチャースクール</div>
40
38
 
41
39
  </a> </li>
42
40