diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -60,6 +60,15 @@ button { flex-grow: 1; } +h2 { + color: #fff; + display: inline; +} + +audio { + display: inline; +} + .weather { color: #fff; text-align: center; |