Created
December 6, 2024 20:01
-
-
Save fzzzy/f5f1af66ee8fff478ffb3698ac9f80d5 to your computer and use it in GitHub Desktop.
Dialog styling example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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