ธงชาติ (Copy 7759)
✨ RAMMAKORN WONGJUN
<html> <style> body{ background: blue; background-repeat: no repeat; } svg{ background: white; } .flag{ width: 300px; height: 100px; position: absolute; left: 500px; top: 250px; } .imga{ position: absolute; width: 1%; height: 1%; top: 50px; left 50px; } </style> <body> <div class="flag"> <svg viewbox="0 0 100 45"> <rect width="100" height="15" fill="#924bf3"/> <rect width="100" height="15" x="0" y="15" fill="#2d9277"/> <rect width="100" height="15" x="0" y="30" fill="#71e41d"/> <polygon points="0,0 30,22.5 0,45" fill="#d00f77"/> </svg> </div> <div class="imga"> <img src="https://i.imgur.com/hMCUaQE.png"/> </div> <div> </div> </body> </html>