Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> .title { display: flex; justify-content: space-between; border-top: 5px solid #969696; background-color: #76db95; height: 30px; line-height: 30px; padding: 5px 15px; font-size: 18px; color: #212121; margin-bottom: 20px; } </style> </head> <body> <div class="title"> <span>Example</span> <span>05.05.2020</span> </div> </body> </html>