inyoung.css 363 B

123456789101112131415161718
  1. /*File Name: inyoung.css
  2. Modified Date: April 15, 2017
  3. Description: it's to modify look and feel.*/
  4. .container-full {
  5. background-image:
  6. url(' /static/image/pexels-photo-26799.jpg');
  7. background-size:100%
  8. }
  9. #comparison-table td.colspan-4 > input {
  10. width: 100%
  11. }
  12. #comparison-table td.colspan-2 > input {
  13. width: 100%
  14. }