diff --git a/public/index.css b/public/index.css index 8f6292d..a1dde98 100644 --- a/public/index.css +++ b/public/index.css @@ -10,20 +10,16 @@ #pfp { - border: #9c9c9c; - border-style: solid; + border: 5px solid #9c9c9c; border-radius: 50px; - border-width: 5px; margin-bottom: 50px; box-shadow: 10px 10px 5px rgba(0,0,0,0.5); } #info { background: #575757; - border: #9c9c9c; - border-style: solid; + border: 5px solid #9c9c9c; border-radius: 50px; - border-width: 5px; padding: 20px; opacity: 0; box-shadow: 10px 10px 5px rgba(0,0,0,0.5); diff --git a/public/projects.css b/public/projects.css index 6866b61..aa82e33 100644 --- a/public/projects.css +++ b/public/projects.css @@ -3,12 +3,10 @@ position: relative; min-height: 150px; margin: 25px; - background: #575757; - border: #9c9c9c; - border-style: solid; - border-radius: 50px; - border-width: 5px; padding: 20px; + background: #575757; + border: 5px solid #9c9c9c; + border-radius: 50px; opacity: 0; float: left; clear: both; diff --git a/public/style.css b/public/style.css index 6a5e289..ded1b01 100644 --- a/public/style.css +++ b/public/style.css @@ -1,8 +1,6 @@ html { - background: url("assets/background.jpg"); - background-repeat: no-repeat; + background: url("assets/background.jpg") no-repeat fixed; background-size: cover; - background-attachment: fixed; } html * {