We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5a8b3 commit a3638f4Copy full SHA for a3638f4
1 file changed
itext-java-html-pdf/style.css
@@ -0,0 +1,31 @@
1
+h1 {
2
+ color:#ccc;
3
+}
4
+
5
+table tr td,th{
6
+ width: 100px;
7
+ height: 50px;
8
+ text-align:center;
9
+ border:1px solid gray;
10
11
12
+table tr th{
13
+ background-color: gray;
14
+ color:#fff;
15
16
17
+.itext{
18
+ color:#84C7FD;
19
+ font-weight:bold;
20
21
22
+.description{
23
+ color:gray;
24
25
+.label{
26
+ width:70px;
27
+ height:30px;
28
+ display:inline-block;
29
+ background-color:#84C7FD;
30
31
0 commit comments