Please help me understand and fix where is needed. Especially what I indicate in the comments. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Please help me understand and fix where is needed. Especially what I indicate in the comments.

I tried to create correct code makeup and style spreadsheet buts something went wrong? I won't the text to read BIONIAL CRAFTS https://code.sololearn.com/Wbhw1e4sscD1/?ref=app

6th Feb 2019, 9:49 PM
Bionical Man
Bionical Man - avatar
29 Answers
+ 5
https://code.sololearn.com/WPoAZ79V8aKm/?ref=app
7th Feb 2019, 1:37 AM
Trish
Trish - avatar
+ 6
Here: (You don’t need to put html tags inside CSS) https://code.sololearn.com/WG7AS37m8218/?ref=app
6th Feb 2019, 10:15 PM
JTLZ
+ 6
change the name on the css to “h1”
7th Feb 2019, 12:47 AM
Trish
Trish - avatar
+ 6
then put this in css: body { background-color: darkblue; }
7th Feb 2019, 12:57 AM
JTLZ
+ 5
Try this: (use a class attribute) <!DOCTYPE html> <html> <head> <title>Bionical-Crafts</title> </head> <body> <h1 class="text">bionical-man</h1> </body> </html> Css section: .text { color: darkblue; }
6th Feb 2019, 9:57 PM
JTLZ
+ 5
Delete everything in your css and put .text { color: darkblue; }
7th Feb 2019, 12:36 AM
CoderJ
+ 5
use the background-color in h1 part of CSS.
7th Feb 2019, 2:13 AM
AL Araf
AL Araf - avatar
+ 4
that will only make the background of that line dark blue, not the rest of the background. and if you want a different shade of blue use the hexidecimal color
7th Feb 2019, 12:49 AM
Trish
Trish - avatar
+ 4
THEN DO THIS: Try this: (use a class attribute) <!DOCTYPE html> <html> <head> <title>Bionical-Crafts</title> </head> <body> <h1 class="text">bionical-man</h1> </body> </html> Css section: body { background-color: darkblue; } .text { color: white; }
7th Feb 2019, 1:08 AM
JTLZ
+ 4
Bionical Man <center></center> tag around the h1 tag
7th Feb 2019, 2:11 AM
JTLZ
+ 4
text-align: center;
7th Feb 2019, 2:11 AM
AL Araf
AL Araf - avatar
+ 4
Bionical Man Don’t worry... Any other problems, I am here to help you! I will follow you and see your progress! Good luck on coding!😉
7th Feb 2019, 2:26 AM
JTLZ
+ 4
Miguel Thanks to what?
7th Feb 2019, 2:28 AM
JTLZ
+ 3
Trish that is so helpful now I just wasn't text aligned to center
7th Feb 2019, 2:07 AM
Bionical Man
Bionical Man - avatar
6th Feb 2019, 10:13 PM
Bionical Man
Bionical Man - avatar
+ 2
No Name your link doesn't work
7th Feb 2019, 12:35 AM
Bionical Man
Bionical Man - avatar
+ 2
I don't want the text to be dark blue I want the background to be
7th Feb 2019, 12:42 AM
Bionical Man
Bionical Man - avatar
+ 2
Trish thats what I want
7th Feb 2019, 12:54 AM
Bionical Man
Bionical Man - avatar