Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MMM-EasyPix.css 659B

123456789101112131415
  1. /* Copy and paste any or all of these css entries into your custom.css file inside your
  2. * css folder. The functions are annotated to make things as easy as possible for you.
  3. *
  4. * Using this you can size and move your picture precisely in all directions
  5. * You can even use a direct internet url to an image
  6. */
  7. .MMM-EasyPix .photo {
  8. margin-right: -1px; /* Move your picture using these */
  9. margin-left: -1px; /* Move your picture using these */
  10. margin-top: -1px; /* Move your picture using these */
  11. margin-bottom: -1px; /* Move your picture using these */
  12. float: center; /* Left, center or right */
  13. }