commit 112992f5338fc57cb40d71bb3a294d925a5ddcd8 Author: James Dinh Date: Thu May 26 22:09:31 2022 -0700 Initial Commit diff --git a/css/general.css b/css/general.css new file mode 100644 index 0000000..da42c2e --- /dev/null +++ b/css/general.css @@ -0,0 +1,23 @@ +/* +Gilroy Hacks Website Source Code -> CSS (https://gilroyhacks.com) + +For more info, contact jamesdinh77 (at) protonmail (dot) com +*/ +html { + scroll-behavior: smooth; +} + +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +.header-background { + background-image: none; + background-position: center; + background-size: cover; + background-repeat: no-repeat; + background-attachment: fixed; + height: 100vh; /* makes it so it covers the entire page */ +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..27cb245 --- /dev/null +++ b/index.html @@ -0,0 +1,47 @@ + + + + + + + + + Gilroy Hacks + + + + + + + + + + +
+
+ +
+
+ + + + \ No newline at end of file