in below program how he made (strokes boundary design around heading).sorry for my bad english.hope u will understand it... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

in below program how he made (strokes boundary design around heading).sorry for my bad english.hope u will understand it...

<!DOCTYPE html> <html> <head> <title>My Blog</title> <link href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet"> </head> <body> <!-- About Me section start --> <div class="section"> <h1><span>About Me</span></h1> <p> Hey! I'm <strong>Alex</strong>. Coding has changed my world. It's not just about apps. Learning to code gave me <i>problem-solving skills</i> and a way to communicate with others on a technical level. I can also develop websites and use my coding skills to get a better job. And I learned it all at <strong>SoloLearn</strong> where they build your self-esteem and keep you motivated. Join me in this rewarding journey. You'll have fun, get help, and learn along the way! </p> <p class="quote">"Declare variables, not war"</p> </div> <!-- About Me section end --> </body> </html>

17th Dec 2018, 9:22 AM
Ch Wasiq
Ch Wasiq - avatar
2 Answers
+ 1
i am new on html ..i did'nt know anything about css.is this possible on html
17th Dec 2018, 9:38 AM
Ch Wasiq
Ch Wasiq - avatar
+ 1
ahm ..no problem..but thanks for your precious time
17th Dec 2018, 9:48 AM
Ch Wasiq
Ch Wasiq - avatar