Source Code:
(back to article)
<!DOCTYPE html> <html> <head> <title>Title of the Document</title> <style> #digitId { border: 1px solid green; width: 1.5em; } #stripeId { display: inline-block; font: 36px monospace; } </style> </head> <body> <div id="digitId"> <div id="stripeId">0123456789</div> </div> </body> </html>
Result:
Report an issue