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