質問編集履歴

1

訂正コード

2020/02/14 11:05

投稿

RYO.K
RYO.K

スコア46

test CHANGED
File without changes
test CHANGED
@@ -87,3 +87,77 @@
87
87
  .b2{color: white;}
88
88
 
89
89
  ```
90
+
91
+
92
+
93
+ ```HTML
94
+
95
+ <!DOCTYPE html>
96
+
97
+ <html lang="en">
98
+
99
+ <head>
100
+
101
+ <meta charset="UTF-8">
102
+
103
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
104
+
105
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
106
+
107
+ <link rel="stylesheet" type="text/css" href="test.css">
108
+
109
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
110
+
111
+ <title>模写1</title>
112
+
113
+ </head>
114
+
115
+ <body>
116
+
117
+ <div class="container-fluid">
118
+
119
+ <div class="row justify-content-between">
120
+
121
+ <!--##############header##################-->
122
+
123
+ <div class="col">
124
+
125
+ <a href="#">
126
+
127
+
128
+
129
+ <img class="logo" src="https://seeklogo.com/images/A/airbnb-logo-1D03C48906-seeklogo.com.png" a href="#" height="30px" width="30px">
130
+
131
+ </a>
132
+
133
+ </div>
134
+
135
+ <div class="col-auto">
136
+
137
+ <ul class="row"> 
138
+
139
+ <li class="col">予想月収</li>
140
+
141
+ <li class="col"><h4>¥151,550</h4></li>
142
+
143
+ <li class="button col"><a href="#" class="b2">はじめる</a></li></ul></div>
144
+
145
+ <div class="box"></div>
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+ </div>
154
+
155
+ </div>
156
+
157
+
158
+
159
+ </body>
160
+
161
+ </html>
162
+
163
+ ```