#Some Test for adding more Background Themes
parent
f750c6a2eb
commit
e2691cd64d
|
@ -15,10 +15,12 @@
|
|||
margin: 0 auto;
|
||||
height: 100%;
|
||||
border: 1px solid black;
|
||||
/* --gradient-background: rgba(34, 35, 48, 0.93);
|
||||
background: var(--gradient-background); */
|
||||
background: hsla(205, 46%, 30%, 1);
|
||||
background: linear-gradient(90deg, hsla(205, 46%, 30%, 1) 0%, hsla(260, 29%, 36%, 1) 100%);
|
||||
background: -moz-linear-gradient(90deg, hsla(205, 46%, 30%, 1) 0%, hsla(260, 29%, 36%, 1) 100%);
|
||||
background: -webkit-linear-gradient(90deg, hsla(205, 46%, 30%, 1) 0%, hsla(260, 29%, 36%, 1) 100%);
|
||||
background: -webkit-linear-gradient(90deg, hsla(205, 46%, 30%, 1) 0%, hsla(260, 29%, 36%, 1) 100%);
|
||||
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#295270", endColorstr="#524175", GradientType=1 );
|
||||
}
|
||||
#biografia{
|
||||
|
|
Loading…
Reference in New Issue