Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
<style>
#gamep
{
border: 1px solid white;
border-radius:16px 0px 16px 0px;
font-family:Audiowide;
text-align:left;
vertical-align: middle;
font-size:22px;
display:inline;
padding:0 2em;
box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0.50);
}
#gamep:hover
{
box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0.80);
}
</style>