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>Example of transparent border-bottom-color</h2> <div>This is an example of a div element which has a transparent border-bottom-color.</div> </body> </html>