Newer
Older
hello-programmer-world / public / sample / php / submit.css
@h.sakamoto h.sakamoto 7 days ago 258 bytes reject request
.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;

  height: 100svh;
}

.bordered-table {
  border-collapse: collapse;

  th,
  td {
    border: 1px solid darkgray;
    padding: 8px;
  }
}