Created
February 13, 2022 09:58
-
-
Save rickd-uk/da5b6f644c778b5f05b5f620aa59d6f2 to your computer and use it in GitHub Desktop.
Ask User Permission To Allow Sound (CSS)
This file contains 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
.alert { | |
font: 14px Arial, sans-serif; | |
position: fixed; | |
top: 0; | |
left: 0; | |
background: white; | |
border: 1px solid lightgray; | |
box-shadow: 3px 3px 12px lightgray; | |
} | |
p { margin: 12px; } | |
.alert .buttons { | |
float: right | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment