mirror of
https://github.com/chinchang/web-maker.git
synced 2025-02-20 13:16:43 +01:00
add logo.
This commit is contained in:
parent
e78a86bbce
commit
4b62b39456
BIN
icon-48.png
Normal file
BIN
icon-48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
14
index.html
14
index.html
@ -120,6 +120,19 @@
|
||||
border-top: 1px solid rgba(255,255,255,0.14);
|
||||
line-height: 20px;
|
||||
}
|
||||
.logo {
|
||||
display: inline-block;
|
||||
height: 25px;
|
||||
width: 48px;
|
||||
background: url(icon-48.png) 0px -12px;
|
||||
background-repeat: no-repeat;
|
||||
vertical-align: middle;
|
||||
-webkit-filter: grayscale(0.9);
|
||||
transition: 0.4s ease;
|
||||
}
|
||||
.footer:hover .logo {
|
||||
-webkit-filter: grayscale(0);
|
||||
}
|
||||
.footer__right {
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
@ -229,6 +242,7 @@
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
<div class="logo"></div>
|
||||
© Web-Maker
|
||||
<a id="js-help-btn">
|
||||
<svg style="width:20px; height:20px; vertical-align:text-bottom" viewBox="0 0 24 24">
|
||||
|
@ -11,6 +11,7 @@
|
||||
],
|
||||
"content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-oEJh/gQdHXu0Vw34Jd7uSMA+d9M2HnPWjJvHIqRgs0w='; object-src 'self'",
|
||||
"icons": {
|
||||
"16": "icon-16.png"
|
||||
"16": "icon-16.png",
|
||||
"48": "icon-48.png"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user