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;