D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
tomgp
Full window
Github gist
UK numberplate style
<!DOCTYPE html> <html lang="en"> <head> <title>Numberplates</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="numberplate.css" rel="stylesheet"> </head> <body> UK numberplate CSS from <a href="https://dvladesign.herokuapp.com/">https://dvladesign.herokuapp.com/</a> <div style="margin:100px"> <span class="reg-mark" style="font-size:300%">CU57 ABD</span> </div> </body> </html>