source:
PerfectFit/Web/src/main/webapp/css/form.css
Last change on this file was 7, checked in by , 10 months ago | |
---|---|
File size: 214 bytes |
Rev | Line | |
---|---|---|
[7] | 1 | table, th, td { |
2 | border: 1px solid black; | |
3 | border-collapse: collapse; | |
4 | } | |
5 | ||
6 | .question { | |
7 | font-size: 22px; | |
8 | font-family: Arial, Helvetica, sans-serif; | |
9 | color: black; | |
10 | display: grid; | |
11 | padding-top: 20px; | |
12 | } | |
13 | ||
14 | ||
15 |
Note:
See TracBrowser
for help on using the repository browser.