+ 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
29 Respostas
+ 5
https://code.sololearn.com/WPoAZ79V8aKm/?ref=app
+ 6
Here: (You donāt need to put html tags inside CSS)
https://code.sololearn.com/WG7AS37m8218/?ref=app
+ 6
change the name on the css to āh1ā
+ 6
then put this in css:
body {
background-color: darkblue;
}
+ 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;
	  }
+ 5
Delete everything in your css and put
 .text {
    color: darkblue;
}
+ 5
use the background-color in h1 part of CSS.
+ 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
+ 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;
	  }
+ 4
Bionical Man <center></center> tag around the h1 tag
+ 4
text-align: center;
+ 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!š
+ 4
Miguel Thanks to what?
+ 3
Trish  that is so helpful now I just wasn't text aligned to center
+ 2
JTLZ the Lion King š [#Never Give Up!]  I tried that no luck
+ 2
No Name  your link doesn't work
+ 2
I don't want the text to be dark blue I want the background to be
+ 2
Trish thats what I want



