Skip to content

Commit 7d2528d

Browse files
committed
サンプルを修正
1 parent d32fed4 commit 7d2528d

File tree

16 files changed

+34
-24
lines changed

16 files changed

+34
-24
lines changed

docs/2-browser-apps/05-css-layout/_samples/border-radius/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
<html lang="ja">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Title</title>
6-
<link rel="stylesheet" href="style.css" />
5+
<title>料金プラン</title>
6+
<link rel="stylesheet" href="./style.css" />
77
</head>
88
<body>
9+
<h1>料金プラン</h1>
910
<div id="container">
1011
<div class="card">
1112
<h2>Free</h2>

docs/2-browser-apps/05-css-layout/_samples/border/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
<html lang="ja">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Title</title>
6-
<link rel="stylesheet" href="style.css" />
5+
<title>料金プラン</title>
6+
<link rel="stylesheet" href="./style.css" />
77
</head>
88
<body>
9+
<h1>料金プラン</h1>
910
<div id="container">
1011
<div class="card">
1112
<h2>Free</h2>

docs/2-browser-apps/05-css-layout/_samples/flexbox/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
<html lang="ja">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Title</title>
6-
<link rel="stylesheet" href="style.css" />
5+
<title>料金プラン</title>
6+
<link rel="stylesheet" href="./style.css" />
77
</head>
88
<body>
9+
<h1>料金プラン</h1>
910
<div id="container">
1011
<div class="card">
1112
<h2>Free</h2>

docs/2-browser-apps/05-css-layout/_samples/margin-top/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
<html lang="ja">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Title</title>
6-
<link rel="stylesheet" href="style.css" />
5+
<title>料金プラン</title>
6+
<link rel="stylesheet" href="./style.css" />
77
</head>
88
<body>
9+
<h1>料金プラン</h1>
910
<div id="container">
1011
<div class="card">
1112
<h2>Free</h2>

docs/2-browser-apps/05-css-layout/_samples/margin/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
<html lang="ja">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Title</title>
6-
<link rel="stylesheet" href="style.css" />
5+
<title>料金プラン</title>
6+
<link rel="stylesheet" href="./style.css" />
77
</head>
88
<body>
9+
<h1>料金プラン</h1>
910
<div id="container">
1011
<div class="card">
1112
<h2>Free</h2>

docs/2-browser-apps/05-css-layout/_samples/media-query/index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
<html lang="ja">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Title</title>
6-
<link rel="stylesheet" href="style.css" />
5+
<title>料金プラン</title>
6+
<link rel="stylesheet" href="./style.css" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
</head>
99
<body>
10+
<h1>料金プラン</h1>
1011
<div id="container">
1112
<div class="card">
1213
<h2>Free</h2>
@@ -22,8 +23,8 @@ <h2>Basic</h2>
2223
<button type="button" class="button">今すぐ始める</button>
2324
<ul>
2425
<li>基本的な機能</li>
25-
<li>AI アシスタントのサポート</li>
26-
<li>5GB のストレージ</li>
26+
<li>AIアシスタントのサポート</li>
27+
<li>5GBのストレージ</li>
2728
</ul>
2829
</div>
2930
<div class="card">
@@ -32,8 +33,8 @@ <h2>Premium</h2>
3233
<button type="button" class="button">今すぐ始める</button>
3334
<ul>
3435
<li>全ての機能</li>
35-
<li>AI アシスタントのサポート</li>
36-
<li>20GB のストレージ</li>
36+
<li>AIアシスタントのサポート</li>
37+
<li>20GBのストレージ</li>
3738
</ul>
3839
</div>
3940
</div>

docs/2-browser-apps/05-css-layout/_samples/padding/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
<html lang="ja">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Title</title>
6-
<link rel="stylesheet" href="style.css" />
5+
<title>料金プラン</title>
6+
<link rel="stylesheet" href="./style.css" />
77
</head>
88
<body>
9+
<h1>料金プラン</h1>
910
<div id="container">
1011
<div class="card">
1112
<h2>Free</h2>

docs/2-browser-apps/05-css-layout/_samples/width-percent/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
<html lang="ja">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Title</title>
6-
<link rel="stylesheet" href="style.css" />
5+
<title>料金プラン</title>
6+
<link rel="stylesheet" href="./style.css" />
77
</head>
88
<body>
9+
<h1>料金プラン</h1>
910
<div id="container">
1011
<div class="card">
1112
<h2>Free</h2>

docs/2-browser-apps/05-css-layout/_samples/width/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
<html lang="ja">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Title</title>
6-
<link rel="stylesheet" href="style.css" />
5+
<title>料金プラン</title>
6+
<link rel="stylesheet" href="./style.css" />
77
</head>
88
<body>
9+
<h1>料金プラン</h1>
910
<div id="container">
1011
<div class="card">
1112
<h2>Free</h2>
34.1 KB
Loading

0 commit comments

Comments
 (0)