Circled number with pure CSS
.circle{ display: inline-block; width: 80px; height: 80px; border-radius: 50%; background: skyblue; ...
.circle{ display: inline-block; width: 80px; height: 80px; border-radius: 50%; background: skyblue; ...
.sampple { display: inline-block; border-bottom: 1px solid black;}これだけでいけました!参考記事【CSS】borderの長さを調整する...
違うポートの画像を表示するためにものすごい時間を使ってしまったので、シェアさせていただきますとりあえず結論 <img src="http://localhost:5000+パスの詳細" >...