diff --git a/about.html b/about.html
index e92f041..f44c404 100644
--- a/about.html
+++ b/about.html
@@ -9,7 +9,7 @@
diff --git a/index.html b/index.html
index 2d48483..20ef550 100644
--- a/index.html
+++ b/index.html
@@ -11,33 +11,70 @@
WebApps :
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
Home
About
diff --git a/style.css b/style.css
index 602b8e6..ae0daa3 100644
--- a/style.css
+++ b/style.css
@@ -35,30 +35,6 @@ body {
padding: 20px;
}
-/*.subcontent {
- padding: 10px;
-}*/
-
-.navbar {
- background-color: #f7f7f7; /* Light gray color */
- color: #333; /* Dark gray text color */
- text-align: center;
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- padding: 20px 0;
- border-top: 1px solid #ddd; /* Gray border on top */
-}
-
-.navbar a {
- color: #007AFF; /* Blue color for links */
- text-decoration: none;
- margin: 0 10px;
-
-}
-
-/* apps css */
.dock {
display: flex;
justify-content: space-between;
@@ -141,4 +117,26 @@ body {
color: white;
}
+/*.subcontent {
+ padding: 10px;
+}*/
+
+.navbar {
+ background-color: #f7f7f7; /* Light gray color */
+ color: #333; /* Dark gray text color */
+ text-align: center;
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ width: 100%;
+ padding: 20px 0;
+ border-top: 1px solid #ddd; /* Gray border on top */
+}
+
+.navbar a {
+ color: #007AFF; /* Blue color for links */
+ text-decoration: none;
+ margin: 0 10px;
+
+}