Ok, so I kind of forgot about this site for a year, but I'm back now and excited seeing how much the community has Grown. In the last year I've gone from A sad lonely socialist guy to a happy communist trans girl, and get this I even have friends now! » Continue Reading
While not that useful this little snippet makes any div that is the very last element of your "about me" or "who I'd like to meet" section only display to you. div .section div:nth-last-child(2) { display: none; } Personally I wanted to get rid of all the tiny and annoying edit links on my page so I made all of those display to none, and wrote this to make a div containing all those old links pl... » Continue Reading
I've changed the background image to a solid color because it links to my own website and I don't need that kind of traffic. Other than that it's the same. :root { /* this color is the cyan and changes things that are that color */ --logo-blue: #7AF0C6; /* used to be the color for background now it does nothing */ --darker-blue: #161B24; /* » Continue Reading
I'd noticed because of the css I've used on my profile some content would get clipped at certain browser window sizes. I tried to fix it by introducing some new breakpoints with the @media function, yet they didn't seem to work. This seemed especially strange because the changes I made worked fine when I changed the css directly and inspect shows the website uses @media for breakpoints as well. Is... » Continue Reading
I've just finished adding some spicy style to my profile and I'd like to think it looks quiet good. If anyone is interested I can always release a more polished version out on this blog for others to use. » Continue Reading