Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> div { border: #666 dashed; border-bottom-color: transparent; padding: 8px; } </style> </head> <body> <h2>Exemple de border-bottom-color transparent</h2> <div>C'est un exemple d'un élément div qui a border-bottom-color transparent.</div> </body> </html>