Skip to content

Commit

Permalink
Pre Release Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
FenyRoy committed Dec 17, 2019
1 parent 3a606cb commit 8936317
Show file tree
Hide file tree
Showing 3 changed files with 328 additions and 150 deletions.
110 changes: 104 additions & 6 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ p:last-child {
margin-bottom: 0;
}



a {
color: inherit;
text-decoration: none;
Expand Down Expand Up @@ -392,12 +394,30 @@ img {
background: url("../img/bg/form.jpg") top center;
}

.coc_class{
text-align: center;
margin-top: 70px;
background: #e2e4e6;
.coc {
background-color: #0b031b;
padding-top: 100px;
font-family: "San Francisco",Helvetica,Arial,sans-serif;
font-size: 20px;
color: #fff;
padding-bottom: 20px;
}
.coc h2{
font-family: "San Francisco",Helvetica,Arial,sans-serif;

color: red;
}
.coc_p {
font-family: "San Francisco",Helvetica,Arial,sans-serif;
font-size: 20px;
color: #fff;
}
.coc p {
margin-bottom: 40px;
}



/*---------------------Devfolio-----------------------*/

#devfolio-apply-now {
Expand Down Expand Up @@ -427,6 +447,34 @@ img {
#devfolio-apply-now:hover {
background-color: #2954BF !important;
}

#devfolio-apply-now2 {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
background-color: #3770FF;
border-radius: 3px;
border: none;
color: #FFFFFF;
cursor: pointer;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
font-size: 18px;
font-weight: 600;
padding: 12px 20px;
text-align: center;
text-transform: none;
}

#devfolio-apply-now2:not([disabled]) {
cursor: pointer;
}

#devfolio-apply-now2:hover {
background-color: #2954BF !important;
}
/* ----------------Responsive Align ------------------- */
@media all and (max-width: 767px) {
.text-center-xs {
Expand Down Expand Up @@ -2238,6 +2286,31 @@ body.mobile-nav-active #mobile-nav-toggle {
}


.footer-contact {
text-align: center;
display: inline;
margin-bottom: 10px;
}
.social-links a {
font-size: 18px;
display: inline-block;
background: #222636;
color: #eee;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 50%;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}
.social-links a:hover {
background: #f82249;
color: #fff;
}


/* ----------------------------------------------------
3 Footer
-------------------------------------------------------- */
Expand Down Expand Up @@ -3371,9 +3444,12 @@ Cover
}

.section-with-bg {
background-color: #f6f7fd;
background-color: #f0f1fa;
}

.section-with-bg-faq {
background-color: rgb(215, 240, 255);
}

#schedule {
padding: 60px 0 60px 0;
Expand Down Expand Up @@ -3515,7 +3591,14 @@ Cover
}

#faq #faq-list li {
border-bottom: 1px solid #ddd;
border-bottom: 2px solid #ddd;
border-top: 2px solid #ddd;
border-right: 2px solid #ddd;
border-left: 2px solid #ddd;
border-radius: 10%;
margin-top: 10px;
padding: 10px;
background-color: #fff;
}

#faq #faq-list a {
Expand Down Expand Up @@ -3552,6 +3635,21 @@ Cover
content: "\f055" !important;
}

#faq #faq-list a.ancor {
padding: 0 2 0 2;
font-size: 16px;
font-family: "Raleway", sans-serif;
margin: 0 0 0 0;
line-height: 24px;
color: #838383;
}

#faq #faq-list a.ancor:hover,
#faq #faq-list a.ancor:focus {
color: #19328e;
}


@media (max-width: 768px) {
.back-to-top {
bottom: 15px;
Expand Down
Loading

0 comments on commit 8936317

Please sign in to comment.