Skip to content

Commit

Permalink
programs
Browse files Browse the repository at this point in the history
  • Loading branch information
allenalvin333 committed Dec 7, 2021
1 parent 9d872f0 commit 92813aa
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,18 @@ input {
margin-bottom: 16px;
margin-right: 8px;
width: 30%;
font-family: 'Gilroy'
}
button, select {
height: 32px;
margin-right: 4px;
outline: none;
border: none;
border-radius: 4px;
font-weight: bold;
padding: 4px 16px;
color: #FFFFFF;
color: #DDDDDD;
font-family: 'Gilroy';
font-weight: bold;
}
.add {
background: #3399FF;
Expand All @@ -48,8 +50,9 @@ button, select {
}
body {
background-color: #00000A;
background-image: radial-gradient(#1ac3f750 0.5px, #00000A 0.5px);
background-size: 12px 12px;
background-image: radial-gradient(#1AC3F755 0.7px, #00000A 0.7px);
background-size: 11px 11px;
font-family: 'Gilroy';
}
h2 {
color: #DDDDDD;
Expand Down

0 comments on commit 92813aa

Please sign in to comment.