Plash - Alert/Confirm/Promp test

by Sindre Sorhus

HTML

<button>Choose File</button> No file selected

CSS

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
  font-size: 11px;
}

button {
  margin-right: 4px;
}