mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
21 lines
287 B
HTML
21 lines
287 B
HTML
<style>
|
|
@namespace s "http://www.w3.org/2000/svg";
|
|
|
|
body * {
|
|
display: block;
|
|
width: 100px;
|
|
border: 1px solid black;
|
|
}
|
|
body |* {
|
|
width: 200px !important;
|
|
}
|
|
body *|* {
|
|
height: 100px;
|
|
}
|
|
body s|* {
|
|
border-width: 10px;
|
|
}
|
|
</style>
|
|
<svg></svg>
|
|
<math></math>
|
|
<div></div>
|