Skip to content

Commit a3638f4

Browse files
committed
css
css
1 parent 1c5a8b3 commit a3638f4

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

itext-java-html-pdf/style.css

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
color:#fff;
31+
}

0 commit comments

Comments
 (0)