🍹🌟 CSS for fun
Paul Rumkin

Paul Rumkin @rumkin

About: I'm a fullstack developer, author and inventor. Sometimes a photographer and designer of my logos and UIs/UXs. Mostly I'm working with JS and Web itself.

Location:
Earth
Joined:
Mar 16, 2019

🍹🌟 CSS for fun

Publish Date: Sep 21 '19
45 11

Sometimes you just want to make things work and not to think about names. Emojis here to help.

⚠️ Don't overuse it. Read about how people with vision impairments use emoji.

Example

This is a BEM-like emoji classnames example.

.🦄 {
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  background: cornsilk;
}

.🦄-header {
  font-size: 72px;
  color: violet;
}

And apply it:

<div class="🦄">
  <h1 class="🦄-header">
    Unicorns rule!
  </h1>
</div>

Preview

Comments 11 total

  • Peter David Carter
    Peter David CarterSep 21, 2019

    How do I make money from ths????

    • Paul Rumkin
      Paul RumkinSep 21, 2019

      Depends on how good you are on making money. Some people sell air in a can, so it's all up to you.

      • Peter David Carter
        Peter David CarterSep 21, 2019

        Yeah, and some people are the best developer in their medium to large sized Microsoft partner company. But I guess the product doesn't really matter, huh?

        • Paul Rumkin
          Paul RumkinSep 21, 2019

          Product only matters. But you should to know what's your product is, to sell it properly. Is it a program, a thing or emotion.

          • Peter David Carter
            Peter David CarterSep 21, 2019

            Well no. The needs of your company matter. A product is a lower level concern.

            • Paul Rumkin
              Paul RumkinSep 21, 2019

              The needs of your company matter.

              This is what accepted by default. Same as your personal needs to be able to satisfy the company's.

              • Peter David Carter
                Peter David CarterSep 21, 2019

                Whether you like it or not you are a part of the company's survival. I know it sounds terrible but if you jeopardise that you get fired because the company as a whole is more important than you.

                • Paul Rumkin
                  Paul RumkinSep 21, 2019

                  There are companies which survive for centuries. There are people who make the whole company to exist. It always depends on. And there is no right or wrong answer.

  • Phillip Shim
    Phillip ShimSep 22, 2019

    Fun approach! What's your preferred way of pasting in emojis in your code? Do you use any extenions?

Add comment