ffmpeg-explorer/src/app.css

38 lines
297 B
CSS
Raw Normal View History

2023-08-19 17:31:55 -04:00
* {
box-sizing: border-box;
}
2023-08-18 17:23:56 -04:00
:root {
}
a {
2023-08-19 17:31:55 -04:00
color: #000;
2023-08-18 17:23:56 -04:00
}
a:hover {
}
body {
background-color: #eee;
2023-08-19 17:31:55 -04:00
font: 16px Times, serif;
}
textrea, select, input, button {
font: inherit;
}
video {
width: 100%;
2023-08-18 17:23:56 -04:00
}
h1 {
}
#app {
}
button {
}
button:hover {
}
button:focus,
button:focus-visible {
}