ワクワクマーケット
今日は、それぞれの商品を持ち寄って、マーケットを作ります。いろんなものを販売してみよう!
サンプルは、こちらです。
▶︎https://cocohp.com/shiritori/
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
<!DOCTYPE html> <html> <head> <title></title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta charset="UTF-8"> <style> html{ scroll-behavior: smooth; } .buttom a {display:block; width:50%; text-align:center; padding:10px; background-color:#dc143c; color:#fff; text-decoration:none; font-weight:bold; border:solid 4px #ccc;} .buttom a:hover{ background-color:#ffc0cb; color:#333; } </style> </head> <body> </body> </html> |
カートに入れる
カートに入れるボタンを作ってみよう!
1 |
<p class="buttom"><a href="">カートに入れる</a></p> |
架空のマーケットなので、虹や雨、海など買えないものでも出品することができるよ!