Template:Tip/styles.css: Difference between revisions

Template page
(VeryGreatFrog changed the content model of the page Template:Tip/styles.css from "wikitext" to "CSS")
Tag: content model change
mNo edit summary
 
(6 intermediate revisions by the same user not shown)
Line 7: Line 7:
   box-shadow: rgba(76, 179, 27, 0.1) 0px 4px 6px -1px, rgba(76, 179, 27, 0.06) 0px 2px 4px -1px;
   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%;
   max-width: 60%;
  width: fit-content;
}
}


Line 13: Line 12:
   margin: auto 1rem;
   margin: auto 1rem;
   color: #edeff0;
   color: #edeff0;
}
.tip-image {
  margin: auto 0;
}
@media screen and (max-width: 900px) {
  .tip-wrapper {
max-width: 90%;
  }
}
}

Latest revision as of 16:55, 20 April 2023

.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%;
}

.tip-text {
  margin: auto 1rem;
  color: #edeff0;
}

.tip-image {
  margin: auto 0;
}

@media screen and (max-width: 900px) {
  .tip-wrapper {
	max-width: 90%;
  }
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.