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.
在这里插入图片描述
在这里插入图片描述

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

相关推荐

最近更新

  1. TCP协议是安全的吗?

    2023-12-08 12:36:04       16 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2023-12-08 12:36:04       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2023-12-08 12:36:04       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2023-12-08 12:36:04       18 阅读

热门阅读

  1. Python:核心知识点整理大全7-笔记

    2023-12-08 12:36:04       31 阅读
  2. Flask中redis的配置与使用

    2023-12-08 12:36:04       36 阅读
  3. 1-Hadoop原理与技术

    2023-12-08 12:36:04       33 阅读
  4. Pytorch当中transpose()和permute()函数的区别

    2023-12-08 12:36:04       39 阅读
  5. 最新PyTorch机器学习与深度学习实践技术应用

    2023-12-08 12:36:04       39 阅读
  6. InterLM代码解析

    2023-12-08 12:36:04       33 阅读
  7. 处理合并目录下的Excel文件数据并指定列去重

    2023-12-08 12:36:04       39 阅读
  8. Next.js 中的中间件

    2023-12-08 12:36:04       28 阅读
  9. [C#]文件的读写-1

    2023-12-08 12:36:04       37 阅读
  10. zookeeper常用接口

    2023-12-08 12:36:04       31 阅读
  11. 二维码扫描并输出信息(小程序,IOS,安卓)

    2023-12-08 12:36:04       29 阅读
  12. 《微信小程序开发从入门到实战》学习四十四

    2023-12-08 12:36:04       36 阅读