Merge branch 'Test' of https://gitea.icrack-games.com/MickSlash/SomethingThatDoesntSuck into Test
commit
bc0bdaadc9
|
@ -15,10 +15,12 @@
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
|
/* --gradient-background: rgba(34, 35, 48, 0.93);
|
||||||
|
background: var(--gradient-background); */
|
||||||
background: hsla(205, 46%, 30%, 1);
|
background: hsla(205, 46%, 30%, 1);
|
||||||
background: linear-gradient(90deg, hsla(205, 46%, 30%, 1) 0%, hsla(260, 29%, 36%, 1) 100%);
|
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: -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 );
|
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#295270", endColorstr="#524175", GradientType=1 );
|
||||||
}
|
}
|
||||||
#biografia{
|
#biografia{
|
||||||
|
|
Loading…
Reference in New Issue