julie's profile picture

Published by

published

Category: Web, HTML, Tech

How do i fux the white background?

i need help! idk how to fix the white background!


1 Kudos

Comments

Displaying 2 of 2 comments ( View all | Add Comment )

willowmightbeco0l

willowmightbeco0l's profile picture

there's dark mode available on mobile, not sure about pc tho

good junko pfp btw


Report Comment



ohhh i see thaaanks! and amazing ibuki pfp!

by julie; ; Report

FuzzyFox

FuzzyFox's profile picture

Hey :) Fix in what way? What are you trying to do?


Report Comment



fix all the random white spots on my profile and make them black.

by julie; ; Report

Okay, I'm guessing you're talking about the background color in the main function. A function starts with a keyword and then this > {

Find the one that says main, NOT Body, because that's the larger background behind the main background

There should be something similar to this (taken out of my profile):

*main{
background-color: rgba(255,255,255,0.4);

(Ignore the *, it's just there to not break my comment)

In my case it's a rgba because I changed the opacity and I give it in rgb code but yours could also be in hex-code, which would look like this: #FFFFFF for the white standard color for HTML.

The important part is that it says "background-color:" and ends with ";" Then you just change the number according to the color code you want. I can give you the rgb as well as the hex-code for standard black, if you can't find it :)

Hope this helps!

by FuzzyFox; ; Report

oh i see thank you so much for this info! i wasnt active for a few days sorry! i appreciate the help alot!

by julie; ; Report