回答編集履歴
2
コード修正
answer
CHANGED
@@ -21,6 +21,7 @@
|
|
21
21
|
width: 320px;
|
22
22
|
height: 96px;
|
23
23
|
position: relative;
|
24
|
+
box-sizing: border-box;
|
24
25
|
}
|
25
26
|
.header_ulink {
|
26
27
|
display: block;
|
@@ -31,7 +32,6 @@
|
|
31
32
|
.triangle_left {
|
32
33
|
clip-path: polygon(0 0, 100% 0, 100% 100%);
|
33
34
|
}
|
34
|
-
|
35
35
|
.triangle_right {
|
36
36
|
background-color: orange;
|
37
37
|
clip-path: polygon(0 0, 0 100%, 100% 100%);
|
1
コード修正
answer
CHANGED
@@ -17,7 +17,6 @@
|
|
17
17
|
|
18
18
|
```css
|
19
19
|
.header_unit {
|
20
|
-
display: flex;
|
21
20
|
border: 2px solid orange;
|
22
21
|
width: 320px;
|
23
22
|
height: 96px;
|