mirror of
https://github.com/Rushilwiz/NewViewsNews.git
synced 2025-04-11 07:30:17 -04:00
img and color
This commit is contained in:
parent
b1c46cdbf9
commit
10b318082e
BIN
media/logo
Normal file
BIN
media/logo
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
BIN
media/nvn_logo.png
Normal file
BIN
media/nvn_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
BIN
media/nvn_logo_small.png
Normal file
BIN
media/nvn_logo_small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
|
@ -25,9 +25,10 @@ ul {
|
|||
|
||||
.bg-steel {
|
||||
background: #0F2027; /* fallback for old browsers */
|
||||
background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027); /* Chrome 10-25, Safari 5.1-6 */
|
||||
background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
|
||||
|
||||
/*background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027); */ /* Chrome 10-25, Safari 5.1-6 */
|
||||
/*background: linear-gradient(to right, #2C5364, #203A43, #0F2027); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
|
||||
background: -webkit-linear-gradient(to right, #E42D2D,#ffffff, #2460E9);
|
||||
background: linear-gradient()(to right, #E42D2D, #ffffff, #2460E9);
|
||||
/* border-bottom: 3px #111 solid; */
|
||||
}
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="{% static 'news/css/styles.css' %}">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/>
|
||||
<link rel="shortcut icon" type="image/png" href="{% static '../../media/logo' %}"/>
|
||||
|
||||
<title>NewViewsNews</title>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
|||
<header class="site-header">
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-steel fixed-top">
|
||||
<div class="container">
|
||||
<a class="navbar-brand mr-4" href="">NewViewsNews
|
||||
<a class="navbar-brand mr-4" href=""><img src="../../media/nvn_logo_small.png"></img>
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggle" aria-controls="navbarToggle" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
|
|
Loading…
Reference in New Issue
Block a user