This wiki has been permanently archived. As such, editing and registration have been closed.

PartyParrot.css

From CollabVM Wiki, the horrible, autism-inducing, trash filled wiki, featuring people who can't speak English
Revision as of 16:39, 19 June 2022 by import>User3412 (Created page with "* { box-sizing: border-box; margin: 0; padding: 0; list-style: none; text-decoration: none; color: inherit; outline: none; font-weight: inherit; font-size: 1em; } body { background-color: #3D3E6F; } .center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 512px; height: 512px; } #animationDuration { width: 50%; display:block; margin: 2em auto; direction: rtl; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • {
 box-sizing: border-box;
 margin: 0;
 padding: 0;
 list-style: none;
 text-decoration: none;
 color: inherit;
 outline: none;
 font-weight: inherit;
 font-size: 1em;

}

body {

 background-color: #3D3E6F;

}

.center {

 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 512px;
 height: 512px;

}

  1. animationDuration {
 width: 50%;
 display:block;
 margin: 2em auto;
 direction: rtl;

}