Appearance
::selection
<style> ::selection { background-color: red; color: blue; } </style> <body> 123123123123 </body>
aspect-ratio
<style> .box { width: 200px; aspect-ratio: 4/3; border: 1px solid red; } </style> <body> <div class="box"></div> </body>