A Pen by CodeWorks4U on CodePen.
๐ฎ๐ณ
    
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | parcelRequire = function(e, r, t, n) { | |
| var i, o = "function" == typeof parcelRequire && parcelRequire, | |
| u = "function" == typeof require && require; | |
| function f(t, n) { | |
| if (!r[t]) { | |
| if (!e[t]) { | |
| var i = "function" == typeof parcelRequire && parcelRequire; | |
| if (!n && i) return i(t, !0); | |
| if (o) return o(t, !0); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <div class="container"> | |
| <div class="box"> | |
| <div class="heading"></div> | |
| <form class="login-form"> | |
| <div class="field"> | |
| <input | |
| id="username" | |
| type="name" | |
| placeholder="Phone number, username, or email" | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | .container | |
| img(src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/221808/sky.jpg").background | |
| p.message all your dreams can come true<br>if you have the courage to pursue them | |
| - for (i = 1; i <= 100; i++) | |
| .circle-container | |
| .circle | 
An elegant HTML/CSS only solution for adding a tranquil fireflies effect to you page. CSS only.
A Pen by Mike Golus on CodePen.
I wanted to recreate and animate this famous retro landscape from the 80s in CSS.
I have took in example this GIF: https://gfycat.com/alarmingmadeupharborporpoise-background-animation-moving-background
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <header class="header"> | |
| <nav class="navbar"> | |
| <button aria-label="Open Mobile Menu" class="open-mobile-menu"> | |
| <i class="material-icons" aria-hidden="true">menu</i> | |
| </button> | |
| <a href="index.html"> | |
| <h1 class="logo vertical-logo" alt="logo">Mobile Menu</h1> | |
| </a> | |
| <div class="top-menu-wrapper"> | |
| <ul class="top-menu"> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Main Colors | |
| r = "\033[0;31m" # Red | |
| g = "\033[0;32m" # Green | |
| y = "\033[1;33m" # Yellow | |
| b = "\033[0;34m" # Blue | |
| pp = "\033[0;35m" # Purple | |
| cy = "\033[0;36m" # Cyan | |
| gy = "\033[0;37m" # Grey |