diff options
Diffstat (limited to '12/scripts/script.js')
-rw-r--r-- | 12/scripts/script.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/12/scripts/script.js b/12/scripts/script.js new file mode 100644 index 0000000..d7be898 --- /dev/null +++ b/12/scripts/script.js @@ -0,0 +1,10 @@ +/* + Student Name: Name Surname + File Name: script.js + Date: 2024/12/01 +*/ + +// jQuery for hero image to consume the header window space +$(document).ready(function(){ + $('.hero').height($(window).height()); +}); |