512
How did you learn to create these layouts? CSS and HTML are so hardβI'm really struggling to learn them. any tips?
Reading and researching about stuff and lots of inspecting elements to learn how to do something. Some sites that also helped me are codepen, w3schools, stackoverflow, and MDN Web Docs
so i wanted to ask, on your "Midnight Prism Blog" css where under your username it says "hime" how do you do that?
By adding a pseudo-element on .pp-uc-title. (E.g. .pp-uc-title::after)
do you know what kind of prompt you use for the realistic ai images, i wanna create one with me and my oc
I usually get them from people sharing their prompts on discord. :3
You can maybe try exploring Carnal Heights too, we have a channel where prompts are shared around. :3
hi Hime! firstly, i love your work and css so much!! i hope i'm not overstepping but did you quit saucepan ai? and if you did, why so?
Hello! Thank you so much! As for saucepan, U didn't quit, I am just too lazy to post from one platform to the other. Lmao
Hello!!!! I absolutely love your bots. Unfortunately, your current CSS only shows a select few? Can it be rectified to show all of them so it can be easy for us to chat with all your bots?
Thank you so much!! <33 But omg, really? What device are you on? And what seems to be the problem?
Hai Hime!! Am I able to send a fanart of your bots outside of discord? I donβt have discord so I think iβll make a gdrive and comment it on one of your bots. Also quick question! Do u guys in the carnal heights receive fanarts of bots (that u guys make) often?
Yes!! You can do that.
As for the second question, Sepha and Memi does receive fanarts often methinks. Me? Not really. Lmao.
Hello! I love the way you layout your profile and saw in one of the answers that you use grid to make the layouts! May I ask what kind of containers you use to create those grid designs with the websiteβs elements? (If that makes sense) I was also wondering how you are able to fit your whole page on the screen too (since j.ai has some padding around the profile box)
Hii! Not sure I get the question but I understood it as what elements allowed me to layout it that way. I just display: contents; the ff:
.profile-info-stack, .profile-info-wrapper-box, .pp-uc-background, .pp-uc-about-me then did the grid on .profile-page-flex
Then to get rid of the pageβs padding:
.profile-page-flex, .profile-page-container {
padding: 0 !important;
}
Hi! I'm interested in buying your Gothic Archive CSS, but I tested it on iPhones and some elements are being cut off by the sides of the screen π Is this correct?
Okay, I actually have no idea why it does that, but I am guessing just typical Safari problems, maybe? TT
Aaaaand, if it does that for you, I don't recommend you purchasing it at all. Lmao, and I can't check it myself either because I am not an IOS user.
WHATTS UR FAVORITE CHASE ATLANTIC SONG???
Church! Followed by Devilish :>
Hi Hime, do you have a certain process pattern when coding? If so, what is it? :D
When I code html, I always put their styles just below it so my codes looks like this:
html
style
html
style
Revospring uses Markdown for formatting
*italic text* for italic text
**bold text** for bold text
[link](https://example.com) for link