mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-07 10:05:34 +00:00
Changed and added BG
This commit is contained in:
BIN
static/GitHub_Logo.png
Normal file
BIN
static/GitHub_Logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
BIN
static/bg3.jpg
Normal file
BIN
static/bg3.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.7 KiB |
BIN
static/bg4.jpg
Normal file
BIN
static/bg4.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.8 KiB |
BIN
static/bg5.jpg
Normal file
BIN
static/bg5.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
@@ -28,7 +28,7 @@ body{background:#000; margin:0; }
|
||||
.channel{padding: 7px; display: inline-block; font-weight: bold; color: #C4C4C4 !important;font-size: 18px;}
|
||||
.channel:hover{color:#ed207f !important;}
|
||||
.bgimage{
|
||||
background-size: 180%; background-repeat: no-repeat; background-position: center center; background-color: #000; background-image: url(bg2.jpg);
|
||||
background-size: 180%; background-repeat: no-repeat; background-position: center center; background-color: #000; background-image: url(bg5.jpg);
|
||||
-webkit-filter: blur(50px) brightness(0.8); -moz-filter:blur(50px) brightness(0.8); -ms-filter:blur(50px) brightness(0.8); -o-filter: blur(50px) brightness(0.8); filter: blur(50px) brightness(0.8);
|
||||
position: absolute; top: 0px; left: 0; width: 100%; height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user