Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.11 KB

README.md

File metadata and controls

65 lines (48 loc) · 1.11 KB

Weather DEPRECATED

A element for my personal framework available in: https://github.com/Malextrap


HTML

<!--
/**
 * Created by alejandrorioscalera
 * On 16/8/17
 *
 * - SOCIAL NETWORKS -
 *
 * GitHub: https://github.com/clonalejandro or @clonalejandro
 * Website: https://clonalejandro.me/
 * Twitter: https://twitter.com/clonalejandro11/ or @clonalejandro11
 * Keybase: https://keybase.io/clonalejandro/
 *
 * - LICENSE -
 *
 * All rights reserved for clonalejandro ©Malextrap | Weather 2017 / 2018
 */
-->
  <section id="title">
  </section>
  
  <section id="weather">
    <!-- SUN -->
    <div class="hot">
    </div>
    
    <!-- CLOUD -->
    <div class="cloudy">
    </div>
    
    <!-- SNOW -->
    <div class="snowy">
    </div>
    
    <!-- RAIN -->
    <div class="rain">
    </div>
    
    <!-- NIGHT -->
    <div class="night">
    </div>
  </section>

Test this element

You can test in this web: this

picture

Copyright ©

Developed by clonalejandro