質問編集履歴

1

cssを追加しました。

2019/10/18 11:48

投稿

gunmed
gunmed

スコア55

test CHANGED
File without changes
test CHANGED
@@ -46,6 +46,60 @@
46
46
 
47
47
  ```css
48
48
 
49
+ @charset "UTF-8";
50
+
51
+
52
+
53
+ html {
54
+
55
+ font-size: 62.5%;
56
+
57
+ }
58
+
59
+ body {
60
+
61
+ color: #333;
62
+
63
+ font-size: 1.2 rem;
64
+
65
+ font-family: "Hiragino Kaku Gothic ProN","Meiryo", sans-serif;
66
+
67
+ }
68
+
69
+ *, *::before, *::after {
70
+
71
+ box-sizing: border-box;
72
+
73
+ }
74
+
75
+ a:link, a:visited, a:hover, a:active {
76
+
77
+ color: salmon;
78
+
79
+ text-decoration: none;
80
+
81
+ }
82
+
83
+ .clearfix::after {
84
+
85
+ content: '';
86
+
87
+ display: block;
88
+
89
+ clear: both;
90
+
91
+ }
92
+
93
+ .header {
94
+
95
+ width: 100%;
96
+
97
+ height: 140px;
98
+
99
+ }
100
+
101
+ /*以下が質問内容のCSS*/
102
+
49
103
  .logo {
50
104
 
51
105
  width:250px;