Started adding results
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user