Skip to content

Commit a62aaf2

Browse files
committed
Updated styles
1 parent f46fa46 commit a62aaf2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Ch07_XSS/src/main/webapp/styles.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ li {
66
font-size: 18px;
77
}
88

9+
th {
10+
font-size: 20px;
11+
font-weight: bold;
12+
}
13+
14+
td {
15+
font-size: 18px;
16+
padding: 5px;
17+
}
18+
19+
p {
20+
font-size: 20px;
21+
}
22+
923
.send-button {
1024
margin-left: 25px;
1125
}

0 commit comments

Comments
 (0)