Skip to content

Instantly share code, notes, and snippets.

@cohki0305
Last active April 8, 2022 05:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cohki0305/1b6f391e338acc1be388405d1847eb25 to your computer and use it in GitHub Desktop.
Save cohki0305/1b6f391e338acc1be388405d1847eb25 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./style.css" >
<title>デイトラ PHP</title>
</head>
<body>
<div class="container">
<div class="app-container">
<h1 class="title">DailyTrial Shopping</h1>
<div class="cards-container">
<div class="card">
<img class="card-image" src="https://dnbz0c2oupsw6.cloudfront.net/bcekt8ctzrsfdj1gsus49v9tnhqu" alt="">
<p class="card-title">ミネラルウォーター</p>
<div class="flex justify-between">
<p class="card-price">230円</p>
<input min="0" class="item-number" type="number" value="0">
</div>
</div>
</div>
<div class="btn-footer bg-white">
<input class="cart-btn" type="submit" name="submit" value="カートに追加" />
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment