mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-31 12:10:53 +00:00
Feedback changes - restructed project structure
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
table {
|
||||
font-size: 16px;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid black;
|
||||
color: black;
|
||||
width: 150px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
td {
|
||||
border: 1px solid black;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
th, td {
|
||||
padding: 15px;
|
||||
text-align: left;
|
||||
}
|
||||
Reference in New Issue
Block a user