customizable footer implementation

This commit is contained in:
timurgordon
2022-02-22 14:49:27 +03:00
parent 97afd6c252
commit d0e6e8101d
6 changed files with 177 additions and 121 deletions

View File

@@ -28,6 +28,11 @@ img[src*="#small"] {
}
img[src*="#medium"] {
width: 150px;
margin: auto;
}
img[src*="#large"] {
width: 400px;
margin: auto;
}
@@ -56,3 +61,7 @@ h4 {
p {
font-size: 15px;
}
a {
border: none;
}