PHP Classes

File: Web/styles/sass/_footer.scss

Recommend this page to a friend!
  Classes of Burge Lab   Burge CMF   Web/styles/sass/_footer.scss   Download  
File: Web/styles/sass/_footer.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Burge CMF
Framework to publish managed content
Author: By
Last change: Footer links manager
Date: 6 years ago
Size: 313 bytes
 

Contents

Class file image Download
.footer { text-align: center; margin:10px 2.5% 0px 2.5%; padding:0; } .footer img { border-radius: 10px; width:100%; max-width: 200px; transition: background-color .3s, opacity .3s; opacity: .5; } .footer:hover img { background-color: white; opacity:1; transition: background-color .3s,opacity .3s; }