Skip to content

Commit

Permalink
add style.css
Browse files Browse the repository at this point in the history
Initial commit.
  • Loading branch information
adalbertobrant committed Feb 12, 2023
1 parent a9acbc9 commit d777cf6
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion web/css/style.css
Original file line number Diff line number Diff line change
@@ -1 +1,37 @@
h1
h1 {
text-align: center;
}

table {
width: 100%;
border-collapse: collapse;
}

th {
background-color: #ddd;
text-align: center;
padding: 8px;
border: 1px solid #ccc;
}

td {
text-align: center;
padding: 8px;
border: 1px solid #ccc;

}

tr:nth-child(even) {
background-color: #f2f2f2;
text-align: center;
}

.lines:nth-child(even) {
background-color: burlywood;

}
#json_data{
width: 100%;
text-align: center;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

0 comments on commit d777cf6

Please sign in to comment.