forked from acearo/base-laravel
Update layout.css and banner5.png
This commit is contained in:
parent
5638c5912c
commit
ceeebfc833
2 changed files with 6 additions and 5 deletions
11
public/css/layout.css
vendored
11
public/css/layout.css
vendored
|
@ -1,13 +1,13 @@
|
|||
/***color definitions***/
|
||||
:root{
|
||||
/***light/dark determined from here: https://www.hexcolortool.com/ - convert css to sass files at later date and use built in tools***/
|
||||
--transparent: #0000;
|
||||
--transparent: rgb(253, 252, 252);
|
||||
--primary-bg: #241224aa;/*light blue*/
|
||||
--primary-bg-offset: #120612aa;/*20% darker*/
|
||||
--primary-bg-dark: #120612aa;/*10% darker*/
|
||||
--secondary-bg: #122412aa;/*10% lighter*/
|
||||
--secondary-bg-opaque: #122412;/*10% lighter*/
|
||||
--primary-font: #aaf;/*white*/
|
||||
--primary-font: #fcf9f9;/*white*/
|
||||
--primary-highlight: #0000df;/*red*/
|
||||
--primary-highlight-dark: #000064;/*20% darker*/
|
||||
--secondary-highlight: #f80049;/*orange*/
|
||||
|
@ -66,9 +66,10 @@ header {
|
|||
top: 10px;
|
||||
}
|
||||
|
||||
#banner_text{
|
||||
font-size:10vw;
|
||||
color: var(--primary-highlight-dark);
|
||||
#banner_text{("/images/banner5.png");
|
||||
height:20%;
|
||||
***font-size:10vw;
|
||||
color: var(--primary-highlight-dark);***
|
||||
}
|
||||
|
||||
/***this is placement/style for the right menu***/
|
||||
|
|
BIN
public/images/banner5.png
Normal file
BIN
public/images/banner5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Loading…
Add table
Reference in a new issue