lekerektett vg tglalap
The border-radius shorthand property can be used to define all four corners simultaneously, border-radius:25px;.
<style> div { border:5px solid #4FFFA1; padding:30px; background:#F6FFA1; width:250px; border-radius:25px; } </style> </head> <body> <div>The border-radius shorthand property can be used to define all four corners simultaneously, border-radius:25px;.</div> </body>