Line 5: | Line 5: | ||
<title>footer</title> | <title>footer</title> | ||
<style> | <style> | ||
− | #HQ_page p { | + | #HQ_page p { |
− | + | font-family: "Arial",Helvetica,sans-serif; | |
− | + | font-size: 13px; | |
− | + | text-align: left; | |
− | } | + | } |
#footer { | #footer { | ||
display:flex; | display:flex; | ||
Line 23: | Line 23: | ||
font-size:1.2vw; | font-size:1.2vw; | ||
line-height:2.5vw; | line-height:2.5vw; | ||
− | position:relative; | + | position:relative; |
− | left:-10px; | + | left:-10px; |
} | } | ||
+ | |||
.footer-col p { | .footer-col p { | ||
font-size: 1vw; | font-size: 1vw; | ||
} | } | ||
+ | |||
#footer img { | #footer img { | ||
width:30px; | width:30px; | ||
− | height:30px; | + | height:30px; |
float:left; | float:left; | ||
align-items:center; | align-items:center; | ||
margin-right:0.5vw; | margin-right:0.5vw; | ||
} | } | ||
+ | /* | ||
#footer #Contact img:hover { | #footer #Contact img:hover { | ||
− | width:30px; | + | width:30px; |
− | height:30px; | + | height:30px; |
opacity:0.8; | opacity:0.8; | ||
transition:0.1s; | transition:0.1s; | ||
cursor:pointer; | cursor:pointer; | ||
} | } | ||
+ | */ | ||
.footer-col { | .footer-col { | ||
width: 25vw; | width: 25vw; | ||
} | } | ||
− | #Useful_Links {width:18vw; | + | #Useful_Links { |
− | + | width:18vw; | |
− | + | } | |
.footer-row { | .footer-row { | ||
display:flex; | display:flex; |
Revision as of 13:15, 17 October 2018