diff --git a/css/custom.css b/css/custom.css index 96568a9..d6c50f1 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,14 +1,7 @@ { outline: none !important; } -.header{ - /*width: 100%;*/ - font-size: 42px; - text-align: center; - color:#3f51b5; - padding-top:2%; - /*padding: 4px 20px;*/ -} + .logo{ height: 45px; margin-left: @@ -206,7 +199,8 @@ padding: 5px; } .submit-button, .submit-button:hover{ - background-color: #00bcd4; + /*background-color: #00bcd4;*/ + background-color: rgb(92, 198, 208); color: #fff; /*display: none;*/ } @@ -1156,7 +1150,7 @@ input.hidden { line-height: normal; } .card-sub-title{ - font-size: 15px; + font-family: 'Arial',sans-serif; /*color: #666;*/ font-weight: normal; margin-bottom: 0; @@ -1281,6 +1275,46 @@ table { width: 60%; } .city-meetup { - opacity: 0.9; - filter: alpha(opacity=90); /* For IE8 and earlier */ + opacity: 0.8; + filter: alpha(opacity=80); /* For IE8 and earlier */ +} + + +.card-color{ + background-color:white; +} + +.startup-jalsa{ + font-family: 'BenchNine', sans-serif; + font-size: 70.15pt; + color: rgb(25, 104, 157); +} +.header{ + /*width: 100%;*/ + text-align: center; + padding-top:2%; + /*padding: 4px 20px;*/ +} +.happen-city{ + padding-top:12%; +} +.happen-meetup{ + font-family: 'Arial',sans-serif; + margin-bottom: 10px; + margin-left: 5%; +} +.happen-attend{ + margin-top:6%; +} +.width-auto{ + width:auto; +} +.apply-btn{ + text-align:center;margin-top: 2%;margin-bottom: 2%; +} +.Apply-btn{ + font-size: 12px; + line-height: 1.5; + border-radius: 10px; + background-color: rgb(92, 198, 208); } \ No newline at end of file diff --git a/index.html b/index.html index 68e1f7f..f984588 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - + diff --git a/pages/Home.html b/pages/Home.html index db4dfd6..6dc9e33 100644 --- a/pages/Home.html +++ b/pages/Home.html @@ -1,32 +1,31 @@