This page is meant to be a showcase of what Morphy.css is capable of, both in terms of the built-in widgets it provides, and UIs that you can build with it.
Right now, Morphy.css doesn't support indeterminate progress bars.
(The syntax highlighting is provided by Pygments, not Morphy.css.)
def calc_frequency(l): freqs = {} for num in l: freqs[num] = freqs.get(num, 0) + 1 return freqs
Joestar | Stand |
---|---|
Joseph | Hermit Purple |
Jotaro | Star Platinum |
Josuke | Crazy Diamond |
Giorno | Gold Experience |
Jolyne | Stone Free |
These are some examples of using the Morphy.css mixin classes in conjuction with its styled HTML widgets.
This clock is made with two nested div elements, the outer using the mc-raised-large
class, and the inner
using the mc-lowered
class. This gives the illusion of a raised surface with a slight indent inside it.
The same trick as with the clock is used for the album art, and the buttons use Unicode characters.