Jump to content

User:Zhing'za zï Ïnin/styles.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.body, a, b, caption, code, div, dl, form, head, h1, h2, h3, h4, li, ol, p, page, pre, span, syntaxhighlight, table, th, title, td, tr, ul {
	font-family: 'Atkinson Hyperlegible';
}

.container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

p {
  position: relative;
  font-size: 40px;
}

p::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 5px;
  border-radius: 2px;
  background: linear-gradient(#FCF434, #FCFCFC, #9C59D1, #2C2C2C);
}