瀏覽代碼

theme design

night-cherry 4 周之前
父節點
當前提交
3d4180d60d
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      style/sample.css

+ 3 - 1
style/sample.css

@@ -29,9 +29,11 @@ canvas{
 body::before{
   content:counter(w) "x" counter(h);
   counter-reset: w var(--w) h var(--h);
-  font-size:100px;
+  font-size:50px;
   position:fixed;
   inset:0;
+  right:20px;
+  top:20px;
   width:fit-content;
   height:fit-content;
   margin:auto;