source: PerfectFit/Web/src/main/webapp/css/form.css

Last change on this file was 7, checked in by Wouter Pasman, 10 months ago

#124 release PerfectFit sources

File size: 214 bytes
Line 
1table, 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.