night-cherry пре 3 недеља
родитељ
комит
64d46b0579
1 измењених фајлова са 7 додато и 1 уклоњено
  1. 7 1
      style/sample.css

+ 7 - 1
style/sample.css

@@ -4,4 +4,10 @@ h1 {
     display: inline-block;
     position:sticky;
     top: 0;
-  }
+  }
+canvas{
+  width:50%;
+  height:50%;
+  align-items: center;
+  border: 1px solid black;
+}