]> git.scottworley.com Git - picsort/blobdiff - picsorter.css
Disallow scrolling off the beginning and end
[picsort] / picsorter.css
index b99fc9e334a5be1cb9cdbc27a0eb45d187ad53bd..78e0d791feb9e66760f6fc9093e4599cba87609c 100644 (file)
   background-color: rgba(200,200,200,0.5);
 }
 
+#namecontainer {
+  position: fixed;
+  width: 100%;
+}
+#name {
+  display: block;
+  margin-left: auto;
+  margin-right: auto;
+  font-size: 30pt;
+}
+
 .fade {
   opacity: 0;
   animation-duration: 2s;