Please write CSS code to achieve the following PolyU logo

Please write CSS code to achieve the following PolyU logo. The logo is composed of three
components: the center, the right arc, and the left arc. Given the box models of the three
components as below, please fill in the remain ing CSS code to construct the logo. Particularly, the
boxes for the right arc and left arc are rotated by -10 and 80 degrees respectively.
NOTICE:
it is NOT allowed to add, edit, and delete any HTML elements.
Please write CSS code to achieve the following PolyU logo_第1张图片
Please write CSS code to achieve the following PolyU logo_第2张图片

<html>
<head>
<style>
(Your code is here)
style>
head>
<body>
 <div class="logo-wrapper">
 	<div class="logo">PolyUdiv>
 div>
body>
html>

你可能感兴趣的:(html,CSS,css,前端)