document.write("");

一轮明月

<html>
<body>
<div style="width: 100%;height: 100%;background-color: #0f3063;">
  <div class="box" style="width: 100px;height: 100px;border-radius: 50%;background-color: #5095c9;border-style: unset;box-shadow: 0px 0px 15px 10px #5ea9de;"></div>
  <div>
    <div class="remark">夜满西楼,月如钩,梧桐深院锁清秋</div>
  </div>
</div>

<script>
</script>
<style>
  .box {
    /* margin: 0 auto; */
    float: right;
    position: relative;
    margin-right: 150px;
    margin-top: 50px;
    top: 25px;
  }
  .remark{
    padding-top: 150px;
    padding-left: 80%;
    font-size: 40px;
    writing-mode:tb-rl;
    color: rgb(255, 255, 255);
    font-family: 'KaiTi';
  }
</style>
</body>
</html>

  

 

posted @ 2021-09-26 17:00  人间春风意  阅读(88)  评论(0编辑  收藏  举报