แก้คะแนน_Midterm(ดิส-63070176) (Copy 7915)
✨ นายธนดล พะโรศิลป์
<html> <head> <title>The Fox</title> <style> body{ background:#333; margin:1em; } svg{ background:#042178; } h1{ text-align:center; color:brown; } text{ fill: #FF9800; } </style> </head> <body> <h1>งานแก้คะแนน! ! !</h1> <svg viewbox="0 0 100 100"> <defs> <linearGradient id="linear" x1="10%" y1="10%" x2="100%" y2="100%"> <stop offset="20%" stop-color="#fcb045"/> <stop offset="100%" stop-color="#fd1d1d"/> </linearGradient> </defs> <!--light--> <circle cx="60" cy="50" r="80" fill="#eded02" opacity="0"> <animate attributeName="opacity" values="0.0;0.2;0.0" dur="3s" repeatCount="indefinite"/></circle> <circle cx="50" cy="50" r="67" stroke="url(#linear)" stroke-width="8" fill="transparent"/> <path d="" <text><textPath color="" xlink:href="#curve"> The Fox </textPath> </text> </svg> </body> </html>