diff --git a/1.0 pages rollcall.wxss b/1.0 pages rollcall.wxss new file mode 100644 index 0000000..c1a54a4 --- /dev/null +++ b/1.0 pages rollcall.wxss @@ -0,0 +1,17 @@ +.container { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + height: 100vh; +} + +button { + margin: 10px; +} + +input { + margin: 10px; + padding: 5px; + width: 200px; +} \ No newline at end of file