#I need help

9 messages · Page 1 of 1 (latest)

keen heart
#

try:

.large-text {
   color: blue;
   font-size: 100px;
}
potent parrot
#

There is a non-obvious use of improper quotes around the class name in the HTML.
It should be:

"large-text"

But you have:

“large-text”
#

You might need to enlarge the text to see it. The proper quotes are straight. Your quotes are curved. This normally happens in word processors but not code editors. You should be using a code editor to write code.

potent parrot
keen heart
#

Ah makes sense

brazen sage
potent parrot
# brazen sage On my computer I have it as the first one

How did you put that text into Discord? Did you retype instead of copy and paste? It is always better to copy and paste when you have coding problems. Very small issues in punctuation or spelling can be the source of the problem, and we would never be able to diagnose it if it's not the original version.

brazen sage
#

I typed it on my phone. I’m not logged into discord on my computer😅