>>106489191
fixed it:
const body = document.getElementsByTagName('body')[0]
body.innerHTML = "卍"
body.style.margin = "0"
body.style.padding = "0.125em"
body.style.fontSize = "min(50vw, 50vh)"
body.style.lineHeight = "min(50vw, 50vh)"
body.style.color="black"
body.style.background="white"
body.style.height="fit-content"
body.style.width="fit-content"
body.style.margin="auto"
body.style.borderRadius="50%"
body.style.fontFamily="sans"
const html = document.getElementsByTagName('html')[0]
html.style.backgroundColor = "#9a0002"
html.style.display = "flex"
html.style.justifyContent = "center"
html.style.alignItems = "center"
html.style.height = "100vh"
>>106489574
Here's your responsive version
>inb4 needs a browser
Yes