From 942aabd557d590e788fe712162d4f7f033ed8c7d Mon Sep 17 00:00:00 2001
From: Philipp Hock <philipphock@gmail.com>
Date: Tue, 28 Nov 2023 18:19:37 +0100
Subject: [PATCH] style

---
 cats/index.html | 9 +--------
 cats/style.css  | 6 ++++++
 2 files changed, 7 insertions(+), 8 deletions(-)
 create mode 100644 cats/style.css

diff --git a/cats/index.html b/cats/index.html
index d5dc1a1..2f9f88e 100644
--- a/cats/index.html
+++ b/cats/index.html
@@ -6,14 +6,7 @@
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
-  <style>
-    main{
-      display: flex;
-      justify-content: center;
-      align-items: center;
-      gap: 20px;
-    }
-  </style>
+  <link rel="stylesheet" href="style.css">
   <title>Document</title>
 </head>
 
diff --git a/cats/style.css b/cats/style.css
new file mode 100644
index 0000000..23ba54a
--- /dev/null
+++ b/cats/style.css
@@ -0,0 +1,6 @@
+main{
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  gap: 20px;
+}
\ No newline at end of file
-- 
GitLab