diff --git a/AI/index.html b/AI/index.html new file mode 100644 index 0000000..af53461 --- /dev/null +++ b/AI/index.html @@ -0,0 +1,50 @@ + + + + + LimePot's Website + + + +
+

Welcome to LimePot's Website!

+ +
+
+
+

About

+

Hi, my name is LimePot and I am a developer and gamer. I enjoy creating websites, mods, and games in my free time.

+
+
+

Projects

+ +
+
+

Contact

+

You can contact me through email at limepot@gmail.com or by filling out the form below:

+
+
+
+
+
+
+
+ +
+
+
+ + + diff --git a/AI/style.css b/AI/style.css new file mode 100644 index 0000000..852a793 --- /dev/null +++ b/AI/style.css @@ -0,0 +1,35 @@ +body { + font-family: Arial, sans-serif; + margin: 0; + padding: 0; + } + + header { + background-color: #333; + color: #fff; + display: flex; + justify-content: space-between; + align-items: center; + padding: 20px; + } + + header h1 { + margin: 0; + } + + header nav ul { + list-style: none; + margin: 0; + padding: 0; + display: flex; + } + + header nav li { + margin-left: 20px; + } + + header nav a { + color: #fff; + text-decoration: none; + } +