-
Notifications
You must be signed in to change notification settings - Fork 2
/
MMM-Launch.css
35 lines (29 loc) · 1.36 KB
/
MMM-Launch.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/* 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.
* Use any colors you want! Go to - "http://htmlcolorcodes.com/color-picker/"
* Pick your color, copy and paste the HEX number. Example - #62FF00 = bright green.
*/
.MMM-Launch .header {
color: white; /* Header color. Default is white. */
text-align: left; /* Align header text. (left, center, right) */
}
.MMM-Launch .spacecraft {
color: white; /* Spacecraft color. Default is white. */
text-align: left; /* Align Spacecraft text. (left, center, right) */
}
.MMM-Launch .photo {
height: 300px; /* Size photo */
width: 300px; /* Size photo */
}
.MMM-Launch .agencies {
color: white; /* Agency color. Default is white. */
text-align: left; /* Align Agency text. (left, center, right) */
}
.MMM-Launch .description {
color: white; /* description color. Default is white. */
text-align: left; /* Align description text. (left, center, right) */
}
.MMM-Launch .launchRocket {
color: white; /* launchRocket color. Default is white. */
text-align: right; /* Align launchRocket text. (left, center, right) */
}