Difference between revisions of "Template:Paris-Bettencourt/CSS"

(Created page with "body {font-family:'Open Sans', sans-serif; } #team div:hover { background-color: #E2E2E2; }")
 
Line 1: Line 1:
 +
<style type="text/css">
 
body {font-family:'Open Sans', sans-serif;
 
body {font-family:'Open Sans', sans-serif;
 
}
 
}
Line 5: Line 6:
 
     background-color: #E2E2E2;
 
     background-color: #E2E2E2;
 
}
 
}
 +
</style>

Revision as of 14:43, 28 June 2016

<style type="text/css"> body {font-family:'Open Sans', sans-serif; }

  1. team div:hover {
   background-color: #E2E2E2;

} </style>