Day 278
Done with the structure and styling...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
.footer-bottom {
background: #14181c;
background-color: #14181c;
& > tbody > tr > th {
padding-top: 30px !important;
padding-right: 30px !important;
padding-bottom: 30px;
padding-left: 30px !important;
}
.lower-links {
.link {
font-size: 12px;
font-weight: 600;
color: #fff;
margin-right: 10px;
&:nth-child(4) {
margin-right: 0;
}
&:hover {
color: $primary-color;
}
}
}
.privacy {
th {
padding-bottom: 0;
}
& > tbody > tr > th > table > tbody > tr > th {
padding-bottom: 30px;
}
p {
color: #a0a1a3;
font-size: 10px;
padding-bottom: 30px;
}
}
.copyright,
.address {
th {
padding-bottom: 0;
}
.columns {
p {
color: #d0d0d1;
font-size: 12px;
font-weight: 500;
}
}
}
}
.center-tag {
min-width: auto;
}
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
.footer-bottom {
background: #14181c;
background-color: #14181c;
& > tbody > tr > th {
padding-top: 30px !important;
padding-right: 30px !important;
padding-bottom: 30px;
padding-left: 30px !important;
}
.lower-links {
.link {
font-size: 12px;
font-weight: 600;
color: #fff;
margin-right: 10px;
&:nth-child(4) {
margin-right: 0;
}
&:hover {
color: $primary-color;
}
}
}
.privacy {
th {
padding-bottom: 0;
}
& > tbody > tr > th > table > tbody > tr > th {
padding-bottom: 30px;
}
p {
color: #a0a1a3;
font-size: 10px;
padding-bottom: 30px;
}
}
.copyright,
.address {
th {
padding-bottom: 0;
}
.columns {
p {
color: #d0d0d1;
font-size: 12px;
font-weight: 500;
}
}
}
}
.center-tag {
min-width: auto;
}
Comments
Post a Comment