diff --git a/images/flumi.png b/images/flumi.png deleted file mode 100644 index cbd1458..0000000 Binary files a/images/flumi.png and /dev/null differ diff --git a/tests/all.html b/tests/all.html new file mode 100644 index 0000000..06a35fd --- /dev/null +++ b/tests/all.html @@ -0,0 +1,295 @@ + + My cool web + + + + + + + + + + + +

Header 1

+

Header 2

+

Header 3

+

Header 4

+
Header 5
+
Header 6
+ + + +

Normal font

+

Mono font

+

Sans font

+

Custom font - Roboto

+ +

Hey there! this is a test

+ This is bold + This is italic actually, and it's pretty cool + This is underline + this is small + this is marked + this is code THIS IS A SPAN AND SHOULDNT BE ANY DIFFERENT + +

+ Hello gang +

+ +
+Text in a pre element
+is displayed in a fixed-width
+font, and it preserves
+both      spaces and
+line breaks
+	
+ +

+ So +

+ +
+ + + +
+ + + + + + +

🧪 CSS Properties Test

+
+
+

Opacity 75% with cursor pointer and z-index 10 - Text should show pointer cursor, not I-beam

+
+
+

Opacity 50% with cursor text and z-index 20 - Text should show I-beam cursor

+
+
+

Custom opacity 0.25 with cursor default and z-index 999 - Text should show arrow cursor

+
+
+

Cursor move - Text should show move cursor

+
+
+

Cursor crosshair - Text should show crosshair cursor

+
+
+

Cursor help - Text should show help cursor

+
+
+

Cursor not-allowed - Text should show forbidden cursor

+
+
+ + + + +

🖱️ Cursor Inheritance Test

+
+

This paragraph is inside a div with cursor-pointer.

+

Both paragraphs should show pointer cursor instead of default I-beam.

+
+

This nested paragraph should also inherit the pointer cursor.

+
+
+ + +
border
+
border-2
+
border-4
+
border-2 border-red-500
+
border-solid
+
border-dashed
+
border-dotted
+
border-none
+
border-t
+
border-r
+
border-b
+
border-l
+
border-t-4
+
border-b-2
+
border-l-6
+
border-t-3 border-green-500
+
border-white
+
border-black
+
border-transparent
+
border-gray-400
+
border-slate-700
+
border-red-500
+
border-green-600
+
border-blue-400
+
border-yellow-300
+ + + + + -