Modifying home page to make it beautiful
This commit is contained in:
parent
53b0af3123
commit
33ae1d22b9
|
@ -885,17 +885,29 @@ table.brand-img {
|
|||
.brand {
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
.brand-img {
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.brand__tagline {
|
||||
display: block;
|
||||
position: absolute;
|
||||
bottom: -10px;
|
||||
left: 50px;
|
||||
width: 300px;
|
||||
color: $ui-primary-color;
|
||||
position: relative;
|
||||
font-size: 2em;
|
||||
opacity: .8;
|
||||
padding-top: 2em;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
background: linear-gradient(to right, #d589ff4f, #a389ff4f, #89c8ff4f, #89ffcd4f, #cfff894f);
|
||||
color: #000 !important;
|
||||
margin-top: 1em;
|
||||
padding: .8em .4em;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
font-size: 14px;
|
||||
border-radius: 0.3em;
|
||||
border-left: 0.2em solid black;
|
||||
border-right: 0.2em solid black;
|
||||
|
||||
@media screen and (max-width: $no-gap-breakpoint) {
|
||||
position: static;
|
||||
|
|
Loading…
Reference in New Issue