How could I make the red word bigger? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

How could I make the red word bigger?

As the title. Thank you for your help.

29th Sep 2016, 12:31 PM
Alan Chan
Alan Chan - avatar
12 Respostas
0
Show us your code
29th Sep 2016, 1:21 PM
Chillz
Chillz - avatar
0
<html> <body> <h2>Some <span style="color:red; front-size: 200 pt">Important</span> Message</h2> </body> </html>
29th Sep 2016, 1:24 PM
Alan Chan
Alan Chan - avatar
0
Change pt to px and increase the number if you want bigger
29th Sep 2016, 1:25 PM
Chillz
Chillz - avatar
0
Thank you for your answer. But, I still cannot make that word bigger even I have used 10000px. Is there something wrong with the code?
29th Sep 2016, 1:29 PM
Alan Chan
Alan Chan - avatar
0
Yes, replace by: font-size:200pt
29th Sep 2016, 1:30 PM
Clem
Clem - avatar
0
You have done a space font-size: 200 pt when it should be font-size: 200px
29th Sep 2016, 1:37 PM
Chillz
Chillz - avatar
0
also the code playground is a bit weird so just play around on visual studio or notepad ++ and see if there is a problem.
29th Sep 2016, 1:39 PM
Chillz
Chillz - avatar
0
Also FYI, you wrote "fRont" and not "font", and as Chillz said, there's no space between 200 and pt (or px).
29th Sep 2016, 1:44 PM
Clem
Clem - avatar
0
Thank you both guys! It successed! You're really helpful! Thanks again!
29th Sep 2016, 2:03 PM
Alan Chan
Alan Chan - avatar
0
all English
29th Sep 2016, 3:23 PM
č½©åŽå…‰
č½©åŽå…‰ - avatar
0
use you desired heading :-D
29th Sep 2016, 3:42 PM
Jhayemm Pascua
Jhayemm Pascua - avatar
0
It should be font:size not front:size, that's why it's not getting bigger.
1st Oct 2016, 2:34 AM
Hayley Mapley
Hayley Mapley - avatar