|
/mnt/disks/kimuko-static/html/home/ |
| Current File : /mnt/disks/kimuko-static/html/home/sekourei_header.php |
<style>
#fixed-logo {
position: fixed;
top: 36px;
width: 230px;
left: 70px;
}
#fixed-contact-icon {
position: fixed;
bottom: 36px;
width: 100px;
right: 70px;
}
#fixed-contact-icon img {
width: 100%;
}
@media screen and (max-width: 768px) {
#fixed-logo {
top: 20px;
left: 7%;
width: 150px;
}
#fixed-contact-icon{
bottom: 20px;
right: 7%;
width: 80px;
}
}
#text-logo-image {
opacity: 0.2;
}
#text-logo-image:hover {
opacity: 0.4;
}
#contact-from-sekourei:hover {
opacity: 0.8;
}
</style>
<div id="fixed-logo">
<a href="/home/index.php">
<img id="text-logo-image" src="/home/images/kimuko-black-text-logo.png"/>
</a>
</div>
<div id="fixed-contact-icon">
<a href="/cgi-bin/mail/mail_sekou.html">
<img id="contact-from-sekourei" src="/home/images/contact_from_sekourei.png"/>
</a>
</div>