+ 1
Please help
Read these words carefully! 1. Make a text which has 'HOME' written in the code 2. Make it *centered* 3. Make it as *huge* as possible Thank you!
36 ответов
+ 1
i have edited and made it public in my acount
+ 2
what about the *centered* part
+ 2
yes, and can you explain how to put it underlined? I tried but won't work in css
+ 2
underline won't work
+ 2
not for me...
+ 2
can you send me the exact code?
+ 2
I made it public go on my profile and edit it, then save it to your profile and make it public
+ 2
tell me when you're done
+ 2
thank you!
+ 1
I will try
+ 1
HTML
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>HOME</h1>
</body>
</html>
+ 1
css
h1{
font-size:300px;
}
+ 1
adjust the font-size as how large you need it
+ 1
the thing which i wrote as HTML and css are the topic so please don't include that in your code,If your doubt was cleared please give me up votes
+ 1
oh
+ 1
wait
+ 1
just change the CSS
+ 1
the code is
h1{
font-size:300px;
text-align:center;
}
+ 1
ok
+ 1
ok