+ 1
Can't u style h2 tag using CSS?
I have been trying to style h2,tried using DIV tag,inline Css etc.Nothing works as i expect it to.
5 ответов
+ 2
Well everything works fine
,Maybe you can specify what do you expect!?
<style>
#hello{
color:blue;
background-color:rgb(200,150,100);
font-family:cursive;
font-size:30px;
}
</style>
</head>
<body>
<h2 id="hello">hi there</h2>
+ 1
Ya,i just found something was wrong with my Notepad++ since the last update.RGBA colors won't work.tried on sublime.It works fine now.Thank you tho.
+ 1
I tried to put it through the inbuilt code editor here.Did not find a way,when i tap the + button to insert code it takes me to other peoples code here.im new to this app.can u tell me how to do it?
0
Why do you do not show your code here on the sololearn playground?
0
Show me your code for help you. Its hard this form.