ian-yitzhak / DumpingGround

A DumpingGround for my code for reference.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DumpingGround 👽 for my codes.

These codes can be dangerous for your health.

GIF

Quick Links

Some Cool Projects:

Some More Links

Templates Links

Unconventional Links

React Learning Gist Links

Thanks to Codevolution for whole ReactJS series.

Unconventional Names

  • Luke Smith
  • Codevolution
  • The Linux Experiment
  • Kevin Powell
  • Varun Mayya

Useful Code

 <div class="myDIV">Hover over me.</div>
<div class="hide">I am shown when someone hovers over the div above.</div> 
.hide {
  display: none;
}

.myDIV:hover + .hide {
  display: block;
  color: red;
}

About

A DumpingGround for my code for reference.


Languages

Language:HTML 42.9%Language:Jupyter Notebook 41.9%Language:Python 15.2%