質問編集履歴

3

修正

2022/08/05 09:45

投稿

mee12
mee12

スコア101

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
  ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-08-05/b8614c91-84b4-4e9b-9188-80aa5061e7c6.png)
13
13
 
14
14
  ```css
15
- .rotate-header {
15
+ .custom-rotate-header {
16
16
  padding: 0px;
17
17
  text-align: right;
18
18
  text-orientation: sideways;

2

修正

2022/08/05 09:31

投稿

mee12
mee12

スコア101

test CHANGED
File without changes
test CHANGED
@@ -20,3 +20,6 @@
20
20
  transform: rotate(180deg);
21
21
  }
22
22
  ```
23
+
24
+ Codepenにコードを準備しました。
25
+ [Codepen](https://codepen.io/mee125/pen/eYMrpPj)

1

修正

2022/08/05 07:56

投稿

mee12
mee12

スコア101

test CHANGED
File without changes
test CHANGED
@@ -13,10 +13,10 @@
13
13
 
14
14
  ```css
15
15
  .rotate-header {
16
- padding: 0px !important;
16
+ padding: 0px;
17
- text-align: right !important;
17
+ text-align: right;
18
- text-orientation: sideways !important;
18
+ text-orientation: sideways;
19
- writing-mode: vertical-lr !important;
19
+ writing-mode: vertical-lr;
20
- transform: rotate(180deg) !important;
20
+ transform: rotate(180deg);
21
21
  }
22
22
  ```