diff options
| author | Priyansh <[email protected]> | 2020-11-13 22:29:39 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2020-11-13 22:29:39 +0530 |
| commit | c62911c83e7849cc8cc0e358c3187659123a4a32 (patch) | |
| tree | 1a38da52460c2ec1d816476c12104c74c14d374a /css/layouts.css | |
| parent | cb0a123664554a3735f464efb5d30930c6dd90c0 (diff) | |
| download | nineties-computing-c62911c83e7849cc8cc0e358c3187659123a4a32.tar.xz nineties-computing-c62911c83e7849cc8cc0e358c3187659123a4a32.zip | |
Desktop View
Diffstat (limited to 'css/layouts.css')
| -rw-r--r-- | css/layouts.css | 6 |
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; +} |
