mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-30 08:19:09 -04:00
more code
This commit is contained in:
parent
17d664eaeb
commit
6fb88b315a
10 changed files with 130 additions and 14 deletions
|
@ -79,6 +79,79 @@ ul {
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
th,
|
||||
td {
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
thead {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
nav {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
max-width: 800px;
|
||||
margin: 0.25em 1em;
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.btn {
|
||||
padding: 0.5em 1em;
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
.container.flex {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.container.flex p {
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.container.flex p,
|
||||
.container.flex button {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.items-table {
|
||||
width: 80%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.form-item {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.form-item.btn-row {
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.btn-row button {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.add-form {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue