commit dbfe33e1af33b40816c6161ceaebe02be4d65b8d parent 6685837a3c5e5c8820500abf6bc3fb2f5d84c3f2 Author: Andrew <andreww107@gmail.com> Date: Thu, 20 Dec 2018 11:31:25 -0500 Update style.css Diffstat:
M | website/res/style.css | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/website/res/style.css b/website/res/style.css @@ -53,6 +53,18 @@ a.off:hover { } /*Create Survey Page*/ +div.cpanel { + position: absolute; + top: 50%; + left: 50%; + transform: translateX(-50%) translateY(-50%); + background: white; + padding: 20px; + font-family: 'Raleway', sans-serif; + color: rgb(3,83,136); +} + +/*Create Survey Page*/ form.create-survey-form { position: absolute; top: 50%;