Skip to content

Commit c057983

Browse files
committed
Add copyright footer css
Signed-off-by: Pratik Karki <[email protected]>
1 parent 9b056b8 commit c057983

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

css/custom.css

+22-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,25 @@ li.borderless {
7777
border-bottom: 0 none;
7878
border-right: 0 none;
7979
border-left: 0 none;
80-
}
80+
}
81+
82+
.copyright {
83+
padding: 28px 0;
84+
margin-top: 55px;
85+
background-color: #202020; }
86+
.copyright span,
87+
.copyright a {
88+
color: #878787;
89+
-webkit-transition: all 0.3s linear;
90+
-o-transition: all 0.3s linear;
91+
transition: all 0.3s linear; }
92+
.copyright a:hover {
93+
color:#007bff; }
94+
95+
.copyright-menu ul {
96+
text-align: right;
97+
margin: 0; }
98+
99+
.copyright-menu li {
100+
display: inline-block;
101+
padding-left: 20px; }

0 commit comments

Comments
 (0)