Template:Tip/styles.css

Template page
< Template:Tip
Revision as of 16:24, 20 April 2023 by VeryGreatFrog (talk | contribs) (VeryGreatFrog changed the content model of the page Template:Tip/styles.css from "wikitext" to "CSS")
.tip-wrapper {
  display: flex;
  border: 2px dotted #4cb31b;
  padding: .5rem;
  margin: .5rem auto;
  border-radius: 2rem;
  box-shadow: rgba(76, 179, 27, 0.1) 0px 4px 6px -1px, rgba(76, 179, 27, 0.06) 0px 2px 4px -1px;
  max-width: 60%;
  width: fit-content;
}

.tip-text {
  margin: auto 1rem;
  color: #edeff0;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.