質問編集履歴

1

cssのコードを追加した

2020/09/26 11:57

投稿

suto_michimasa
suto_michimasa

スコア5

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  ### 該当のソースコード
18
18
 
19
-
19
+ html↓
20
20
 
21
21
  ソースコード
22
22
 
@@ -82,6 +82,88 @@
82
82
 
83
83
 
84
84
 
85
+
86
+
87
+ css↓
88
+
89
+
90
+
91
+ p, h2{
92
+
93
+ margin-bottom: 0px;
94
+
95
+ text-align: center;
96
+
97
+ line-height: 30px;
98
+
99
+ }
100
+
101
+ ul {
102
+
103
+ list-style: none;
104
+
105
+ }
106
+
107
+
108
+
109
+ .btn {
110
+
111
+ color: #fff;
112
+
113
+ background-color: #da6b64;
114
+
115
+ }
116
+
117
+
118
+
119
+ .header-in {
120
+
121
+ margin-bottom: 2rem;
122
+
123
+ }
124
+
125
+
126
+
127
+ .subtitle p {
128
+
129
+ margin-top: 16px;
130
+
131
+ font-size: 0.5rem;
132
+
133
+ font-weight: 600;
134
+
135
+ line-height: 1rem;
136
+
137
+ }
138
+
139
+ .logo img {
140
+
141
+ width: 123px;
142
+
143
+ }
144
+
145
+ .header-button {
146
+
147
+ padding: 10px 30px 10px 30px;
148
+
149
+ font-size: 0.7rem;
150
+
151
+ font-weight: 500;
152
+
153
+ letter-spacing: 1px;
154
+
155
+ border-radius: 20px;
156
+
157
+ }
158
+
159
+ .headercontact {
160
+
161
+ text-align: right;
162
+
163
+ }
164
+
165
+
166
+
85
167
  ### 試したこと
86
168
 
87
169
  Bootstrapのクラスml-auto,mr-autoを試してみたができなかった。