style.css 272 B

1234567891011121314151617181920
  1. #formContainer div{
  2. display: flex;
  3. flex-flow: column wrap;
  4. width: 30%;
  5. }
  6. #formContainer div div{
  7. padding-top: 5%;
  8. }
  9. label{
  10. color: blueviolet;
  11. font-weight: bold;
  12. }
  13. .importantInput{
  14. color: red;
  15. font-size: 15px;
  16. text-decoration: none;
  17. }