Started adding results

This commit is contained in:
2024-02-24 01:34:32 -05:00
parent 65fc2b753b
commit 6761aaa413
5 changed files with 122 additions and 6 deletions

View File

@ -15,6 +15,14 @@ body{
background: #eee;
}
a{
color: teal;
transition: all 200ms ease-in-out;
}
a:hover{
color: #007070;
}
textarea{
max-width: 100%;
min-width: 100%;
@ -25,6 +33,10 @@ textarea{
max-width: 1024px;
}
select[multiple]{
min-height: 125px;
}
#main-nav{
position: fixed;
top: 0;
@ -81,3 +93,10 @@ textarea{
margin-bottom: 5px;
text-align: center;
}
#result_form{
margin-bottom: 0;
}
#result_form *{
margin-bottom: 0;
}