diff options
Diffstat (limited to 'frontend/site/app/roadblock.css')
| -rw-r--r-- | frontend/site/app/roadblock.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/frontend/site/app/roadblock.css b/frontend/site/app/roadblock.css new file mode 100644 index 0000000..0597514 --- /dev/null +++ b/frontend/site/app/roadblock.css @@ -0,0 +1,20 @@ +.roadblock { + position: fixed; + top: 0; left: 0; + display: flex; + width: 100vw; + height: 100vh; + justify-content: center; + align-items: center; + cursor: pointer; +} +.roadblock div { + display: inline-block; + text-align: center; +} +.roadblock h2 { + font-style: italic; +} +.roadblock button { + padding: 0.5rem; +} |
