+ 6
Does anyone know what happened to sololearn? Some circles became squares...
circle code shows a square https://code.sololearn.com/Wd8W6u38SO4d/?ref=app https://code.sololearn.com/WPuD1pfeRJvY/?ref=app
5 Respuestas
+ 2
Normally no, but something about this character is causing problems. Might be an invalid character or something, so the code thinks you typed something other than "border-radius" there. Just delete it and replace with a regular space
+ 4
does whitespace matter in css as in python?
+ 4
It's the same.
+ 3
You've got an irregular whitespace character directly to the left of "border-radius" that's screwing things up
+ 1
Павел Сливенко 🇷🇺 Write your styles in the css file it'll work, in fact separating html, css and js is good habit