Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# CSS Only 3D Tagcloud V2
|
2 |
+
|
3 |
+
A Pen created on CodePen.io. Original URL: [https://codepen.io/NiklasKnaack/pen/RwOvxKa](https://codepen.io/NiklasKnaack/pen/RwOvxKa).
|
4 |
+
|
5 |
+
A 3D tagcloud that works completely without JavaScript.
|
6 |
+
|
7 |
+
You can control the direction of rotation of the tag cloud by clicking outside the tag cloud. The direction of rotation depends on where you click.
|
8 |
+
|
9 |
+
If you want to change the appearance, change the values of the CSS variables.
|
10 |
+
|
11 |
+
Adding new tags is very easy. Simply create a new li tag in ul. It is important to set the variable --index and to update the variable --num-elements in the ul, i.e. the tagcloud, accordingly.
|
12 |
+
|
13 |
+
Predecessor: https://codepen.io/NiklasKnaack/full/bGJvyOQ
|