Created
September 5, 2021 17:21
-
-
Save macedonga/161e669a379a0a5dcaa767aec209d0ff to your computer and use it in GitHub Desktop.
A style for Caards.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
color: white !important; | |
width:100%; | |
height: 100%; | |
display: flex; | |
flex-direction:column; | |
justify-content: flex-end; | |
align-items: center; | |
background-image: url(https://res.cloudinary.com/dupqltoku/image/upload/v1629909348/bkg-mountain-left_tdq9io.svg), | |
url(https://res.cloudinary.com/dupqltoku/image/upload/v1629910006/bkg-trees-right_qs1cw9.svg), | |
url("https://res.cloudinary.com/dupqltoku/image/upload/v1629909348/bkg-vista_tvx6l0.svg"), | |
linear-gradient(5deg, rgba(250,235,200,1) 0%, rgba(250,235,200,1) 38%, rgba(124,214,222,1) 100%); | |
background-attachment: fixed; | |
background-position: left bottom, right bottom; | |
background-repeat: no-repeat, no-repeat, repeat-x, no-repeat; | |
background-size: 20vw, 30vw, 100vw, auto; | |
} | |
.Caard { | |
background-image: url('https://res.cloudinary.com/dupqltoku/image/upload/v1629918486/woodgrain_pykyre.svg'); | |
background-color: #491727 !important; | |
background-blend-mode: lighten; | |
background-repeat:no-repeat; | |
background-size:cover; | |
color: white !important; | |
} | |
a, | |
a:visited, | |
a:hover { | |
color: white !important; | |
} | |
.Widgets-Container button { | |
background-color: #611e33 !important; | |
color: white !important; | |
} | |
.Widgets-Container div { | |
background-color: #571a2d !important; | |
color: white !important; | |
} | |
.B02 { | |
background-color: #571a2d !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment