aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-11-13 22:29:39 +0530
committerPriyansh <[email protected]>2020-11-13 22:29:39 +0530
commitc62911c83e7849cc8cc0e358c3187659123a4a32 (patch)
tree1a38da52460c2ec1d816476c12104c74c14d374a /css
parentcb0a123664554a3735f464efb5d30930c6dd90c0 (diff)
downloadnineties-computing-c62911c83e7849cc8cc0e358c3187659123a4a32.tar.xz
nineties-computing-c62911c83e7849cc8cc0e358c3187659123a4a32.zip
Desktop View
Diffstat (limited to 'css')
-rw-r--r--css/layouts.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/layouts.css b/css/layouts.css
index cb96025..50a78ae 100644
--- a/css/layouts.css
+++ b/css/layouts.css
@@ -133,3 +133,9 @@
.animate > span > span {
animation: move 2s linear infinite;
}
+
+.wallpaper {
+ background-size: cover;
+ background-position: center;
+ background-repeat: no-repeat;
+}