Margaret Thatcher: Difference between revisions

No edit summary
Teeth (talk | contribs)
m more gradients
 
(7 intermediate revisions by 3 users not shown)
Line 3: Line 3:
== Cultural impact ==
== Cultural impact ==
* [[death|Died]]
* [[death|Died]]
Honk if thatcher's dead
Honk if thatcher's dead<ref>https://www.youtube.com/watch?v=fCCAnnLRcgY</ref>


== Legacy ==
== Legacy ==
Thatcher’s grave is generally recognised as one of the first [[Tory|non-binary toilets]] EVER. A lot of people thought this was cool.
Thatcher’s grave is generally recognised as one of the first [[Tory|non-binary toilets]] EVER. A lot of people thought this was cool.


[[Category:White People]][[Category:Pages that need things added to them]]
== References ==
<references />
[[Category:White People]][[Category:Pages that need things added to them]][[Category:Pages that are British]]
{{#css:
@property --gradient-angle {
  syntax: '<angle>';
  initial-value: -2deg;
  inherits: false;
}
 
#content {
  background: linear-gradient(80deg, #fff3, transparent 70%, #fffa), linear-gradient(var(--gradient-angle), #e5ec1e, #f4e947 10%, #ddce56 49%, #fff 50%, #fff);
  background-size: 200% 200%;
  background-position: 100% 0%;
  animation: 3.2s ease-in-out 0s infinite alternate piss-sway, 12s ease-in-out 0s infinite alternate piss-rise;
}
 
@keyframes piss-rise {
  from {
    background-position: 100% 0%;
  }
  to {
    background-position: 100% 30%;
  }
}
 
@keyframes piss-sway {
  from { --gradient-angle: -2deg; }
  to  { --gradient-angle: 2deg; }
}
}}