tryit_yourcode See Results <!DOCTYPE html> <html> <head> <style> h1 { border: 2px dotted blue; border-radius: 25px; } h2 { border: 2px dotted blue; border-radius: 30% 0; } </style> </head> <body> <h1>CSS Rounded Borders</h1> <h2>Hello World</h2> </body> </html>