0
I just made tabs and put border but question is
at the same time I want to put border radius but not working that so wat can I do now plz answer me
3 Answers
+ 2
If you are using only html
Then you can use style attribute in you tag like you can use it as..
<p style= "border:2px; border-radius:4px;">Your Text Here</p>
Or you can use css to do all that at the same time
+ 1
Thx bro
+ 1
Welcome Muhammed Redwan