Skip to content
Snippets Groups Projects
Unverified Commit 41784de9 authored by syuilo's avatar syuilo
Browse files

🎨

parent 208493ba
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ html
padding: 5px;
background: rgb(153, 153, 204);
border: 1px solid #000;
box-shadow: rgb(204, 204, 204) 1px 2px 3px;
}
header:after {
content: '';
......@@ -41,6 +42,7 @@ html
margin: 1em 0;
width: 100%;
border-collapse: collapse;
box-shadow: rgb(204, 204, 204) 1px 2px 3px;
}
table tr th {
background-color: #ccf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment