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

質問編集履歴

3

プロジェクトの位置関係追加

2021/09/23 14:20

投稿

murakumo.axin
murakumo.axin

スコア0

title CHANGED
File without changes
body CHANGED
@@ -47,11 +47,11 @@
47
47
  [写経元サイト](https://code-step.com/profile-menu/)
48
48
 
49
49
  ```![イメージ説明](072b8f123232f2bfb889049dc2440437.png)
50
+ ![イメージ説明](708a345d05b4b50f601dd4440c937dab.png)
50
51
 
51
52
 
52
53
 
53
54
 
54
-
55
55
  初歩的な質問ですが回答いただけると助かります。
56
56
  atomでcssを書いています。
57
57
  文頭の@を始めfont-sizeなどの文字が白くなっておりhtmlへ内容が反映されません。

2

コードの記入、元サイトの表示

2021/09/23 14:20

投稿

murakumo.axin
murakumo.axin

スコア0

title CHANGED
File without changes
body CHANGED
@@ -1,5 +1,57 @@
1
+ ```ここに言語を入力
2
+ HTML
3
+ <html lang="ja" dir="ltr">
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <title>Profile</title>
7
+ <meta name="discription" content="写経">
8
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
9
+ <link rel="shortcut icon" href="img/favicon.ico">
10
+ <link rel="stylesheet" href="https://unpkg.com/ress/dist/ress.min.css">
11
+ <link rel="stylesheet" href="style.css" type="text/css">
12
+ </head>
13
+ <body>
14
+ <!--header-->
15
+ <header id="header" class="wrapper">
16
+ <h1 class="site-title">
1
- ![イメージ説明](072b8f123232f2bfb889049dc2440437.png)
17
+ <a href="./pas-pol.html">
18
+ <img src="./logo.png" alt="ロゴ画像"></a>
19
+ </h1>
20
+ <nav>
21
+ <ul>
22
+ <li><a href="#about">About</a></li>
23
+ <li><a href="#bicycle">Bicycle</a></li>
24
+ </ul>
25
+ </nav>
26
+ </header>
2
27
 
28
+ CSS
29
+ @charset "UTF-8";
30
+
31
+ html {
32
+ font-size: 100%;
33
+ }
34
+ body {
35
+ color: #383e45;
36
+ font-size: 0.9rem;
37
+ }
38
+ a{
39
+ text-decoration:none;
40
+ }
41
+ img{
42
+ max-width: 100%;
43
+ }```ここに言語を入力
44
+ コード
45
+ ```
46
+
47
+ [写経元サイト](https://code-step.com/profile-menu/)
48
+
49
+ ```![イメージ説明](072b8f123232f2bfb889049dc2440437.png)
50
+
51
+
52
+
53
+
54
+
3
55
  初歩的な質問ですが回答いただけると助かります。
4
56
  atomでcssを書いています。
5
57
  文頭の@を始めfont-sizeなどの文字が白くなっておりhtmlへ内容が反映されません。

1

タグの訂正

2021/09/23 13:03

投稿

murakumo.axin
murakumo.axin

スコア0

title CHANGED
File without changes
body CHANGED
File without changes