Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!doctype html> <title>Example</title> <style> body { font-size: 20vw; } sup { color: darkorange; } @supports ( font-variant-position: super ) { sup { vertical-align: baseline; font-size: 100%; line-height: inherit; font-variant-position: super; } </style> 1<sup>st</sup>