fix styling on sneedium camBtn
This commit is contained in:
parent
4bac2b0542
commit
1c1f7934fb
1 changed files with 11 additions and 0 deletions
11
styles.css
11
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;
|
||||
|
|
Loading…
Reference in a new issue