Untitled

 avatar
unknown
plain_text
2 years ago
5.0 kB
4
Indexable
/* CSS for a Heading Class with Many Properties */
.heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  line-height: 1.2;
  text-align: center;
  margin: 20px;
  padding: 10px;
  background-color: #f0f0f0;
  border: 2px solid #ccc;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  transform: rotate(5deg);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-decoration: underline;
  text-decoration-color: #ff6600;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
  text-decoration-skip: ink;
  hyphens: auto;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transform-origin: 50% 50%;
  text-align-last: center;
  text-justify: auto;
  unicode-bidi: normal;
  white-space: normal;
  writing-mode: horizontal-tb;
  text-combine-upright: none;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size-adjust: auto;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-break: auto;
  margin-bottom: 20px;
  margin-inline-end: 0px;
  margin-inline-start: 0px;
  margin-top: 20px;
  max-height: none;
  max-width: none;
  min-height: 0px;
  min-width: 0px;
  mix-blend-mode: normal;
  object-fit: fill;
  object-position: 50% 50%;
  offset-anchor: auto;
  offset-distance: 0px;
  offset-path: none;
  offset-rotate: auto;
  offset-rotation: auto;
  opacity: 1;
  order: 0;
  orphans: 2;
  outline-color: invert;
  outline-offset: 0px;
  outline-style: none;
  outline-width: medium;
  overflow-anchor: auto;
  overflow-block: visible;
  overflow-inline: visible;
  overscroll-behavior: auto;
  overscroll-behavior-block: auto;
  overscroll-behavior-inline: auto;
  overscroll-behavior-x: auto;
  overscroll-behavior-y: auto;
  paint-order: fill stroke markers;
  perspective: none;
  perspective-origin: 50% 50%;
  place-content: normal normal;
  place-items: normal normal;
  place-self: normal normal;
  pointer-events: auto;
  position: static;
  quotes: "“" "”" "‘" "’";
  resize: none;
  right: auto;
  rotate: 0deg;
  row-gap: normal;
  scale: 1;
  scroll-behavior: auto;
  scroll-margin: 0px;
  scroll-margin-block: 0px;
  scroll-margin-block-end: 0px;
  scroll-margin-block-start: 0px;
  scroll-margin-bottom: 0px;
  scroll-margin-inline: 0px;
  scroll-margin-inline-end: 0px;
  scroll-margin-inline-start: 0px;
  scroll-margin-left: 0px;
  scroll-margin-right: 0px;
  scroll-margin-top: 0px;
  scroll-padding: 0px;
  scroll-padding-block: 0px;
  scroll-padding-block-end: 0px;
  scroll-padding-block-start: 0px;
  scroll-padding-bottom: 0px;
  scroll-padding-inline: 0px;
  scroll-padding-inline-end: 0px;
  scroll-padding-inline-start: 0px;
  scroll-padding-left: 0px;
  scroll-padding-right: 0px;
  scroll-padding-top: 0px;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  scroll-snap-type: none;
  scrollbar-color: auto;
  scrollbar-gutter: auto;
  scrollbar-width: auto;
  shape-image-threshold: 0.0;
  shape-margin: 0px;
  shape-outside: none;
  shape-rendering: auto;
  speak: normal;
  stop-color: black;
  stop-opacity: 1;
  stroke-dasharray: none;
  stroke-dashoffset: 0px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 4;
  stroke-opacity: 1;
  stroke-width: 1px;
  tab-size: 8;
  table-layout: auto;
  text-align: start;
  text-align-all: start;
  text-align-last: auto;
  text-anchor: start;
  text-combine-upright: none;
  text-decoration-color: currentcolor;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-indent: 0px;
  text-justify: auto;
  text-orientation: mixed;
  text-overflow: clip;
  text-rendering: auto;
  text-shadow: none;
  text-transform: none;
  text-underline-offset: auto;
  text-underline-position: under;
  top: auto;
  touch-action: auto;
  transform: none;
  transform-box: view-box;
  transform-origin: 50% 50% 0px;
  transform-style: flat;
  transition: all 0.5s ease-in-out;
  transition-delay: 0s;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: ease;
  translate: 0px;
  unicode-bidi: normal;
  user-select: auto;
  vector-effect: none;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  widows: 2;
  width: auto;
  will-change: auto;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  writing-mode: horizontal-tb;
  x: 0px;
  y: 0px;
  z-index: auto;
}
Editor is loading...