view index.css @ 1:1865a06329bc

ersdwf
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Mon, 31 Aug 2020 11:09:48 -0400
parents
children
line wrap: on
line source

body
{
  background-color: black
}


.strokeme
{
    color: white;
    font-size: 250%;
    text-align: center;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}