diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000000..6b665aaa0c --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} diff --git a/css/index.css b/css/index.css deleted file mode 100644 index 0c9959c1e5..0000000000 --- a/css/index.css +++ /dev/null @@ -1,3 +0,0 @@ -/* Use your own code or past solution for Great Idea Web Page CSS here! */ - - diff --git a/design-files/src/home.html b/design-files/src/home.html new file mode 100644 index 0000000000..625510bb8b --- /dev/null +++ b/design-files/src/home.html @@ -0,0 +1,21 @@ + + + + + + + + Great Idea + + +
+ + Serices + Product + Vision + Features + About + Contact +
+ + \ No newline at end of file diff --git a/design-files/src/style-grear-idea-house.css b/design-files/src/style-grear-idea-house.css new file mode 100644 index 0000000000..afbf5ba4f5 --- /dev/null +++ b/design-files/src/style-grear-idea-house.css @@ -0,0 +1,29 @@ + + +/* navigation */ +div.container { + font-family: "Gill Sans", sans-serif; + margin: 0 auto; + padding: 20px 3em; + text-align: center; + } + + div.container a { + font-family: "Gill Sans", sans-serif; + color: rgb(59, 58, 58); + text-decoration: none; + font: 20; + margin: 0px 10px; + padding: 0px 10px; + position: relative; + z-index: 0; + cursor: pointer; + } + + .navigation__h1 { + font-family: "Gill Sans", sans-serif; + position: absolute; + color: #2c2c2c; + margin: 0px; + padding: 0px; + } \ No newline at end of file