SVG 1 Sec B (Copy 17710) Jeerawat (Copy 17764)
✨ JEERAWAT MAIWAI
<html> <head> <title>SVG </title> <style> body{ font-family:sans-serif; } .bottom{ width: 10%; color:rgb(146, 50, 50); background-color: black; cursor: pointer; display: flex; align-items: center; position: fixed; left:4rem; top:2.5rem; z-index: 1; } .bottom:hover{ background-color: red; } .header{ text-align:center; } .content{ background-color: hsl(0, 0%, 0%, 0.6); opacity:1; border-radius:2em; padding:1em; } .content p{ color:white; opacity:1; } #image-profile{ padding:1em; } svg{ background:white; width:90vmin; height:90vmin; display:block; margin:auto; box-shadow:0px 0px 10px #0006; } </style> </head> <body> <div class="header"> <h1> MARKED THE DEATH OF PREMIER SOVIET SPCAECRAFT DESIGNER </h1> <div> <h2> Sergei Korolev </h2> </div> <div class="content"> <p> Sergei Korolev ชื่อเต็ม Sergei Pavlovich Korolev (เกิด 12 มกราคม 2450 [30 ธันวาคม 2449 แบบเก่า], ซิโตเมียร์, รัสเซีย [ปัจจุบันคือ Zhytomyr], ยูเครนนักออกแบบชาวโซเวียต ของจรวดนำวิถี จรวด และยานอวกาศ Korolev ได้รับการศึกษาที่ Odessa Building Trades School, สถาบันโปลีเทคนิคเคียฟ และมอสโก N.E. Bauman Higher Technical School ซึ่งเขาศึกษาวิศวกรรมการบินภายใต้นักออกแบบชื่อดัง Nikolay Yegorovich Zhukovsky และ Andrey Nikolayevich Tupolev เขาและ F.A. Tsander เริ่มมีความสนใจในวิทยาจรวดจึงได้ก่อตั้งกลุ่มมอสโกเพื่อศึกษาการเคลื่อนไหวเชิงปฏิกิริยา และในปี 1933 กลุ่มได้เปิดตัวจรวดขับเคลื่อนของเหลวตัวแรกของสหภาพโซเวียต </p> </div> <img id="image-profile" src="https://static.wikia.nocookie.net/althistory/images/4/41/Korolev_for_web-1-.jpg/revision/latest?cb=20120814232131"> </body> </html>