all repos — auth-boilerplate @ main

A simple Go web-app boilerplate.

static/style.css (view raw)

 1label {
 2    display: grid;
 3    grid-template-columns: auto auto;
 4    align-items: center;
 5    justify-items: start;
 6    align-content: center;
 7    justify-content: space-between;
 8    max-width: 350px;
 9}
10
11label > input {
12    max-width: 250px;
13}