diff options
Diffstat (limited to 'frontend/src/components/home/Home.css')
-rw-r--r-- | frontend/src/components/home/Home.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/frontend/src/components/home/Home.css b/frontend/src/components/home/Home.css new file mode 100644 index 00000000..bb89f058 --- /dev/null +++ b/frontend/src/components/home/Home.css @@ -0,0 +1,13 @@ +.homeRoot { + background: url('background-zeus-temple.jpg') center no-repeat; + background-size: cover; +} + +.fullscreen { + position: fixed; + top: 0; + left: 0; + bottom: 0; + right: 0; + overflow: auto; +} |