diff --git a/index.html b/index.html index 3415ea1..1bdee5c 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,14 @@ - + @@ -17,11 +24,11 @@
Reflex - Accomplishing goals in a better way +
ReFlex + Accomplishing Goals In a Better Way
-Welcome to Relfex Fitness! +
Welcome to ReFlex Fitness!
diff --git a/main.css b/main.css
index 7fc9634..25d5040 100644
--- a/main.css
+++ b/main.css
@@ -14,9 +14,9 @@ body {
position: absolute;
height: 100%;
width: 100%;
- background-image: url(pics/indexbg.jpg);
+ background-image: url(https://images.unsplash.com/photo-1512291152593-07033c65b791?auto=format&fit=crop&w=987&q=80s);
background-repeat: no-repeat;
- background-size: cover;
+ background-size: width= 100% height= 100%
}
div.input {
@@ -28,9 +28,9 @@ div.input {
}
p.title {
- margin: 0;
- padding: 0;
- height: 100px;
+ margin: 10;
+ padding: 10;
+ height: 120px;
width: 70%;
text-align: center;
position: absolute;
@@ -40,7 +40,7 @@ p.title {
transform: translate(-50%, -50%);
font-family: 'Open Sans Condensed', sans-serif;
font-size: 150px;
- color: papayawhip;
+ color: #D7CCC8 ;
}
font.title {
margin: 0;
@@ -55,7 +55,7 @@ font.title {
transform: translate(-50%, -50%);
font-family: 'Courier New';
font-size: 20px;
- color: yellow;
+ color: #FFB74D;
}
p.inputs {