github.com/qsunny/k8s@v0.0.0-20220101153623-e6dca256d5bf/examples-master/guestbook-go/public/style.css (about)

     1  body, input {
     2    color: #123;
     3    font-family: "Gill Sans", sans-serif;
     4  }
     5  
     6  div {
     7    overflow: hidden;
     8    padding: 1em 0;
     9    position: relative;
    10    text-align: center;
    11  }
    12  
    13  h1, h2, p, input, a {
    14    font-weight: 300;
    15    margin: 0;
    16  }
    17  
    18  h1 {
    19    color: #BDB76B;
    20    font-size: 3.5em;
    21  }
    22  
    23  h2 {
    24    color: #999;
    25  }
    26  
    27  form {
    28    margin: 0 auto;
    29    max-width: 50em;
    30    text-align: center;
    31  }
    32  
    33  input {
    34    border: 0;
    35    border-radius: 1000px;
    36    box-shadow: inset 0 0 0 2px #BDB76B;
    37    display: inline;
    38    font-size: 1.5em;
    39    margin-bottom: 1em;
    40    outline: none;
    41    padding: .5em 5%;
    42    width: 55%;
    43  }
    44  
    45  form a {
    46    background: #BDB76B;
    47    border: 0;
    48    border-radius: 1000px;
    49    color: #FFF;
    50    font-size: 1.25em;
    51    font-weight: 400;
    52    padding: .75em 2em;
    53    text-decoration: none;
    54    text-transform: uppercase;
    55    white-space: normal;
    56  }
    57  
    58  p {
    59    font-size: 1.5em;
    60    line-height: 1.5;
    61  }