Skip to content

Instantly share code, notes, and snippets.

@macedonga
Created September 5, 2021 17:21
Show Gist options
  • Save macedonga/161e669a379a0a5dcaa767aec209d0ff to your computer and use it in GitHub Desktop.
Save macedonga/161e669a379a0a5dcaa767aec209d0ff to your computer and use it in GitHub Desktop.
A style for Caards.
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