diff --git a/styles.css b/styles.css index 7aba9af..dfbe45d 100644 --- a/styles.css +++ b/styles.css @@ -33,6 +33,17 @@ body { font-size: 1.25rem; } +#camBtn { + background-color: #a6b70d; /* Gold */ + border: none; + color: white; + padding: 1% 1%; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 1.25rem; +} + #goBtn { background-color: #4CAF50; /* Green */ border: none;