Skip to content

Instantly share code, notes, and snippets.

@hfogelberg
Last active June 16, 2020 15:48
Show Gist options
  • Select an option

  • Save hfogelberg/8edc052db3f0c3fdf0c3fe5bd4d66646 to your computer and use it in GitHub Desktop.

Select an option

Save hfogelberg/8edc052db3f0c3fdf0c3fe5bd4d66646 to your computer and use it in GitHub Desktop.

Revisions

  1. hfogelberg revised this gist Feb 25, 2018. 1 changed file with 0 additions and 4 deletions.
    4 changes: 0 additions & 4 deletions gpa-demo-2
    Original file line number Diff line number Diff line change
    @@ -5,10 +5,6 @@
    box-sizing: inherit;
    }

    html {
    font-size: 18px;
    }

    body {
    background-color: #dcdde1;
    color: #2f3640;
  2. hfogelberg revised this gist Jan 31, 2018. 1 changed file with 2 additions and 3 deletions.
    5 changes: 2 additions & 3 deletions gpa-demo-2
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,3 @@

    <style>
    *, *::after, *::before {
    margin: 0;
    @@ -17,13 +16,13 @@ body {
    }

    .search-location {
    outline: none;
    display: block;
    width: 60vw;
    margin: 0 auto;
    margin-top: 5vw;
    font-size: 20px;
    font-weight: 400;
    width: 60vw;
    outline: none;
    height: 30px;
    line-height: 30px;
    text-align: center;
  3. hfogelberg created this gist Jan 31, 2018.
    32 changes: 32 additions & 0 deletions gpa-demo-2
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,32 @@

    <style>
    *, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
    }

    html {
    font-size: 18px;
    }

    body {
    background-color: #dcdde1;
    color: #2f3640;
    padding: 3rem;
    }

    .search-location {
    outline: none;
    display: block;
    margin: 0 auto;
    margin-top: 5vw;
    font-size: 20px;
    font-weight: 400;
    width: 60vw;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
    }
    </style>