File: tests/css/footer.css

Recommend this page to a friend!
  Classes of Emmanuel Podvin   Jam Rules   tests/css/footer.css   Download  
File: tests/css/footer.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Jam Rules
Match objects against a list of rules
Author: By
Last change:
Date: 2 years ago
Size: 577 bytes
 

Contents

Class file image Download
footer { background:#000; color: #FFF; padding: 70px 0; font-family: Chatelet; font-size: 19; } footer a { color: #FFF; text-decoration: none; } footer a:hover { text-decoration: underline; } footer p { margin: 0 0 1em 0; } footer .small { font-size: 12px; } footer .rsf a {text-decoration: none;} footer .rsf img { display: inline-block; padding: 0 5px; } footer.fixed { position: fixed; left: 0; right: 0; bottom: 0; /* nouvelles directives */ position: absolute; bottom: auto; top: 100vh; }