質問編集履歴

1

HTMLの追加とCSSの修正

2021/06/23 09:04

投稿

jack-jack
jack-jack

スコア0

test CHANGED
File without changes
test CHANGED
@@ -4,11 +4,75 @@
4
4
 
5
5
 
6
6
 
7
+ ```html
8
+
9
+ <div id="tileBox" style="height: 920px">
10
+
11
+ <ul
12
+
13
+ id="tilesAll"
14
+
15
+ class="tilesContents ui-tabs-panel ui-widget-content ui-corner-bottom"
16
+
17
+ aria-labelledby="ui-id-1"
18
+
19
+ role="tabpanel"
20
+
21
+ aria-expanded="true"
22
+
23
+ aria-hidden="false"
24
+
25
+ >
26
+
27
+ <li class="event" style="position: absolute; top: 16px; left: 182px">
28
+
29
+ <a href="#">
30
+
31
+ <div>
32
+
33
+ <p><span>2020-12-25</span> <span></span></p>
34
+
35
+ <h5>テキスト</h5>
36
+
37
+ </div>
38
+
39
+ </a>
40
+
41
+ </li>
42
+
43
+ <li class="interview" style="position: absolute; top: 16px; left: 518px">
44
+
45
+ <a href="#">
46
+
47
+ <div>
48
+
49
+ <p><span>2020-12-24</span> <span></span></p>
50
+
51
+ <h5>テキスト</h5>
52
+
53
+ </div>
54
+
55
+ </a>
56
+
57
+ </li>
58
+
59
+ <li style="position: absolute; top: 694px; left: 182px">
60
+
61
+ <a class="btnViewmore" href="/more">VIEW MORE</a>
62
+
63
+ </li>
64
+
65
+ </ul>
66
+
67
+ </div>
68
+
69
+ ```
70
+
7
71
  ```css
8
72
 
9
73
  @media (min-width: 922px) and (max-width: 1223px) {
10
74
 
11
- #Box {
75
+ div#tileBox {
12
76
 
13
77
  height: 920px !important;
14
78
 
@@ -18,7 +82,7 @@
18
82
 
19
83
  @media (min-width: 864px) and (max-width: 921px) {
20
84
 
21
- #Box {
85
+ div#tileBox {
22
86
 
23
87
  height: 1360px !important;
24
88