Guest User

Untitled

a guest
Jan 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. @function calculHauteur($largeur){
  2.  
  3. @return $largeur * 2;
  4.  
  5. }
  6.  
  7. div {
  8. width: 250px;
  9. height: calculHauteur(250px);
  10. }
Add Comment
Please, Sign In to add comment