added main graph

This commit is contained in:
Devanshu Kumar
2018-01-21 02:22:50 -08:00
parent 3a414f27c8
commit 235b7ce827
2 changed files with 18 additions and 11 deletions
+7 -7
View File
@@ -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 {