teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

書式の改善

2020/04/08 05:06

投稿

Masakun_exe
Masakun_exe

スコア13

title CHANGED
File without changes
body CHANGED
@@ -1,4 +1,39 @@
1
1
  ![イメージ説明](9e518c41cc0d606fa582a5367a2835f5.png)
2
2
  こんな感じです、bodyのredは反映されているのですが..
3
3
  これでしばらく悩んでいます。
4
- よければ指摘お願いします!
4
+ よければ指摘お願いします!
5
+
6
+
7
+ <!doctype html>
8
+ <html lang="ja">
9
+ <head>
10
+ <meta charset="UTF-8">
11
+ <title>practice</title>
12
+ <link rel="stylesheet" href="../CSS/masablog.css">
13
+ </head>
14
+
15
+
16
+ <body>
17
+ <header>
18
+ <h1>Masablog</h1>
19
+ <div class="container-1">
20
+ <ul>
21
+ <li class="item">依頼</li>
22
+ <li class="item">相談</li>
23
+ <li class="item">その他</li>
24
+ </ul>
25
+ </div>
26
+ </header>
27
+ </body>
28
+ </html>
29
+
30
+
31
+ CSS
32
+
33
+ @charset "UTF-8";
34
+ .container-1 ul {
35
+ display: flex;
36
+ }
37
+ body{
38
+ color: red;
39
+ }