diff --git a/css/style.css b/css/style.css index 85267a7..6896f9a 100644 --- a/css/style.css +++ b/css/style.css @@ -4,10 +4,14 @@ body { background-color: black; - color: white; + color: black; text-align: center; } +h1 { + color: white; +} + button { font-size: 18px; margin: 10px; @@ -18,7 +22,7 @@ button { } #bio { - color:white; + color:black; font-size: 20px; background-color: black; border: 0px solid black; @@ -26,6 +30,16 @@ button { } .bio { - color:white; + color:black; font-size: 20px; } + +main { +display: flex; +align-items: center; +justify-content: center; +height: 75vh; +width: 100%; +background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Mountains-1412683.svg/1280px-Mountains-1412683.svg.png) no-repeat center center; +background-size: cover; +} diff --git a/views/user.html b/views/user.html index dab41d8..334430a 100644 --- a/views/user.html +++ b/views/user.html @@ -15,15 +15,23 @@
  • Profile
  • Posts
  • -

    Welcome Back!

    -

    User: USER

    -
    - Bio: - -
    - -
    - +
    +

    Welcome Back!

    +
    +
    +
    +
    +

    User: USER

    +
    + Bio: + +
    + +
    + +
    +
    +