You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
750 B
39 lines
750 B
|
4 years ago
|
|
||
|
|
/*----------LOGO above TOC---------*/
|
||
|
|
|
||
|
|
#TOC::before {
|
||
|
|
content: "";
|
||
|
|
display: block;
|
||
|
|
height: 200px;
|
||
|
|
margin: 20px 20px 40px 20px;
|
||
|
|
background-image: url("logo.png");
|
||
|
|
background-size: contain;
|
||
|
|
background-position: center center;
|
||
|
|
background-repeat: no-repeat;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
/*#header.fluid-row::before {
|
||
|
|
/* content: "LaNubia";
|
||
|
|
/* height: 150px;
|
||
|
|
/* width: 150px;
|
||
|
|
/* float: right;
|
||
|
|
/* background-image: url("logo.png");
|
||
|
|
/* background-size: contain;
|
||
|
|
/* background-position: center center;
|
||
|
|
/* background-repeat: no-repeat;
|
||
|
|
/* } */
|
||
|
|
|
||
|
|
|
||
|
|
.upper-right-logo {
|
||
|
|
margin-top: 20px;
|
||
|
|
background-image: url("logo.png");
|
||
|
|
height: 150px;
|
||
|
|
background-size: contain;
|
||
|
|
background-position: right;
|
||
|
|
background-repeat: no-repeat;
|
||
|
|
}
|