Skip to content

Instantly share code, notes, and snippets.

@fzzzy
Created December 6, 2024 20:01
Show Gist options
  • Save fzzzy/f5f1af66ee8fff478ffb3698ac9f80d5 to your computer and use it in GitHub Desktop.
Save fzzzy/f5f1af66ee8fff478ffb3698ac9f80d5 to your computer and use it in GitHub Desktop.
Dialog styling example
<!DOCTYPE html>
<html>
<head>
<title>Hello</title>
<style type="text/css">
dialog {
border-radius: 5px;
}
</style>
</head>
<body>
<dialog open>
Hello world
</dialog>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment