Skip to content

Commit 1847aa2

Browse files
committed
Update website
1 parent 3e7fb60 commit 1847aa2

2 files changed

Lines changed: 212 additions & 154 deletions

File tree

css/menikah.css

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,18 @@ body.preloader-site {
524524
margin: 1rem;
525525
}
526526

527+
.btn-cta-darker:hover {
528+
color: white;
529+
background-color: #bf7877;
530+
font-size: 1.2rem;
531+
border-radius: 10px;
532+
border: 2px solid #bf7877;
533+
width: 210px;
534+
height: 65px;
535+
align-items: center;
536+
margin: 1rem;
537+
}
538+
527539
.btn-cta {
528540
background-color: #c5a4c1;
529541
width: 210px;
@@ -548,6 +560,18 @@ body.preloader-site {
548560
margin: 1rem;
549561
}
550562

563+
.btn-cta-darker {
564+
background-color: #c5a4c1;
565+
width: 210px;
566+
height: 65px;
567+
color: white;
568+
font-size: 1.2rem;
569+
border: 2px solid #fce7fe;
570+
border-radius: 10px;
571+
align-items: center;
572+
margin: 1rem;
573+
}
574+
551575
.cashbac-logo-inline {
552576
width: 160px;
553577
vertical-align: middle;
@@ -1037,3 +1061,39 @@ input#flap {
10371061
border: none;
10381062
background: transparent;
10391063
}
1064+
1065+
1066+
.site-footer {
1067+
background: #9caf88;
1068+
color: white;
1069+
text-align: center;
1070+
padding: 60px 20px;
1071+
}
1072+
1073+
.footer-message {
1074+
font-size: 18px;
1075+
margin-bottom: 15px;
1076+
}
1077+
1078+
.footer-names {
1079+
font-family: "Playfair Display", serif;
1080+
font-size: 28px;
1081+
margin-bottom: 20px;
1082+
}
1083+
1084+
.footer-contact a {
1085+
color: white;
1086+
text-decoration: none;
1087+
margin: 0 8px;
1088+
font-weight: 500;
1089+
}
1090+
1091+
.footer-contact a:hover {
1092+
text-decoration: underline;
1093+
}
1094+
1095+
.footer-copy {
1096+
margin-top: 25px;
1097+
font-size: 12px;
1098+
opacity: 0.7;
1099+
}

0 commit comments

Comments
 (0)