diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/css/HG.png | bin | 0 -> 149549 bytes | |||
-rw-r--r-- | static/css/HG2.png | bin | 0 -> 77249 bytes | |||
-rw-r--r-- | static/css/image-big.png | bin | 0 -> 347647 bytes | |||
-rw-r--r-- | static/css/new.main.css | 18 |
4 files changed, 18 insertions, 0 deletions
diff --git a/static/css/HG.png b/static/css/HG.png Binary files differnew file mode 100644 index 0000000..ff657d1 --- /dev/null +++ b/static/css/HG.png diff --git a/static/css/HG2.png b/static/css/HG2.png Binary files differnew file mode 100644 index 0000000..d5ed4e8 --- /dev/null +++ b/static/css/HG2.png diff --git a/static/css/image-big.png b/static/css/image-big.png Binary files differnew file mode 100644 index 0000000..44bb792 --- /dev/null +++ b/static/css/image-big.png diff --git a/static/css/new.main.css b/static/css/new.main.css index 12be42c..d6eef9d 100644 --- a/static/css/new.main.css +++ b/static/css/new.main.css @@ -2,6 +2,10 @@ body { background-color: #232627; } +strong { + color: red; +} + .navbar { background-color: #222526; overflow: hidden; @@ -55,3 +59,17 @@ body { } /*Navbar is done*/ +.body { + background-image: url("HG.png"); + background-repeat: no-repeat; + background-position: left center; + text-align: center; +} + +.body h1, p { + color: #f0f0f0; + background-color: #23262766; + display: inline; + float: right; + margin-right: 3%; +} |