 -    
-
-    
-     -    
-
-    
-    diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/assets/images/thumbsups.png b/assets/images/thumbsups.png new file mode 100644 index 0000000..3776256 Binary files /dev/null and b/assets/images/thumbsups.png differ diff --git a/hidden/secret.html b/hidden/secret.html index 61b5909..2fedce0 100644 --- a/hidden/secret.html +++ b/hidden/secret.html @@ -1,16 +1,23 @@ -
- -    
-
-    
-     +            
+
+            
+             +
  
+     
  
    +
  
+    \ No newline at end of file diff --git a/page1.html b/page1.html index e69de29..f666dbc 100644 --- a/page1.html +++ b/page1.html @@ -0,0 +1,16 @@ +
+
+ + + + +
\ No newline at end of file diff --git a/page2.html b/page2.html index e69de29..2519c98 100644 --- a/page2.html +++ b/page2.html @@ -0,0 +1 @@ +Page 1 diff --git a/style.css b/style.css index 5f1ec8d..32fb3d3 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ .index-body{ - background-image: linear-gradient(#88C8FF,#005DC2); + background-image: linear-gradient(#ff88d3,#c2001d); margin: 0; height: 97vh; width: 100vw; @@ -9,11 +9,11 @@ flex-direction: row; align-items: center; justify-content: center; - background-color: white; + background-color: #503bbd; height: 50px } .navbar a { - color: #005DC2; + color: #e92f70dc; font-size: 20px; padding: 10px; }