diff --git a/AI/darkmodetext.html b/EXPERIMENTS/AI/darkmodetext.html similarity index 100% rename from AI/darkmodetext.html rename to EXPERIMENTS/AI/darkmodetext.html diff --git a/EXPERIMENTS/AI/furry.css b/EXPERIMENTS/AI/furry.css new file mode 100644 index 0000000..3d0aa07 --- /dev/null +++ b/EXPERIMENTS/AI/furry.css @@ -0,0 +1,71 @@ +body { + font-family: Arial, sans-serif; + background-color: #222; + color: #fff; + } + + .container { + max-width: 800px; + margin: 0 auto; + padding: 20px; + background-color: #333; + border-radius: 5px; + } + + h1 { + text-align: center; + margin-bottom: 20px; + color: #fff; + } + + form { + display: flex; + flex-direction: column; + } + + .question { + margin-bottom: 20px; + } + + .question h2 { + margin-bottom: 10px; + color: #fff; + } + + .question ul { + list-style: none; + display: flex; + flex-wrap: wrap; + margin: 0; + padding: 0; + } + + .question li { + width: 50%; + } + + .question input[type="radio"] { + margin-right: 10px; + } + + .button { + display: block; + width: 150px; + margin: 20px auto; + padding: 10px; + background-color: #00bfff; + border: none; + color: #fff; + font-size: 16px; + cursor: pointer; + border-radius: 5px; + } + + .button:hover { + background-color: #00a0e9; + } + + #result { + margin: 20px 0; + text-align: center + \ No newline at end of file diff --git a/EXPERIMENTS/AI/furrytest.html b/EXPERIMENTS/AI/furrytest.html new file mode 100644 index 0000000..cfa6f01 --- /dev/null +++ b/EXPERIMENTS/AI/furrytest.html @@ -0,0 +1,111 @@ + + +
+ +