+ 1
BUG
Help I made a Wikipedia about well "me" and then when decorating it I can't use color codes to color the background of my things in CSS for some reason
14 Answers
+ 10
You will need to show your code.
+ 4
<!DOCTYPE html>
<html>
<head>
<title>wiki about me</title>
</head>
<body>
<!-- YOUR CODE NEEDS TO BE INSIDE THE BODY -->
</body>
</html>
+ 3
The wiki of the OP is a homepage, not a Wikipedia site.
Your AI-copy-paste is cut off. Give credits.
+ 2
link your complete code
+ 1
Here it's literally the entire Wikipedia of me
+ 1
Ok I gonna fix it now
0
body {
background-color:gray;
}
div{
text-align:center;
background-color:white;
font-size:10px;
}
h1{
background-color:white;
font-size:10px;
text-align:center;
}
h5{
background-color:white;
text-align:center;
}
Here's the code when I enter a color code for the background it doesnt word it just makes it white
0
I just used default colors since I can't use color codes
0
My code
0
Paca-oncis Jero
do not spam other people's topic
Roblox Dude
what color codes have you tried?
it's working fine, unless you typed in unrecognized values...
body {
background-color:#000;
}
div{
text-align:center;
background-color:#f00;
font-size:10px;
}
h1{
background-color:#0f0;
font-size:10px;
text-align:center;
}
h5{
background-color:#00f;
text-align:center;
}
0
Basically the things I used in product maker sometimes like b3b3b3
0
Roblox Dude
hex colors should have # in front, to indicate that it's a hex value.
background-color: #b3b3b3;
0
In your code you should comment your real problem that what you want and what you couldn't. Or brief your problem precisely.