Yk.css

From All The Fallen Stories
Revision as of 03:49, 15 September 2023 by Alessa (talk | contribs)
Jump to navigation Jump to search

.background {

 background-size: 100% 100%;
 background-position: center;
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-image: radial-gradient(
   circle farthest-corner at 11.7% 170.6%,
   #f9b9ff 30%,
   #b1acff 60%,
   #628fff 80%
 );
 font: normal 0.8em arial, sans-serif;
 color: #ddd;

}

/* */