Skip to content
View DiceSwordplay's full-sized avatar
  • In a Galaxy Far, Far Away

Block or report DiceSwordplay

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DiceSwordplay/README.md

Hi there, this is DiceSwordplay, or AcidDS.

I'm currently working on making pages and maybe games later on. Most of my repos might be forks, because I'm still learning how to code. I'm currently learning HTML/CSS/JS and hoping to start Python after. I also like to write stories, and I'm also going to start other literature forms at a later time.

Stamps

I'm average.

Pinned Loading

  1. A quick script for animated rainbow ... A quick script for animated rainbow text that only needs HTML.
    1
    <style>
    2
    
                  
    3
        .rainbow-text {
    4
    
                  
    5
            background-image: repeating-linear-gradient(45deg, violet, indigo, blue, green, yellow, orange, red, violet);