-
Notifications
You must be signed in to change notification settings - Fork 16
β‘ Tips & Tricks
Jeremy Bauer edited this page Mar 2, 2018
·
2 revisions
Glowing-Text.css
Give your text an awesome neon glow effect.
https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/CSS/Glowing-Text.css
Coming soon...
Gradient-text.css
Creates a gradient of colours on any text using webkit.
https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/CSS/Gradient-text.css
Coming soon...
Link-Gradient-Underline-and-Hover-Highlight.css
Make links display on a web page with a gradient underline. Also, make that same gradient underline expand to cover the link text when you hover your cursor over the link.
https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/CSS/Link-Gradient-Underline-and-Hover-Highlight.css
Outer-Border.css
A border running around the outside of the whole web page.
https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/CSS/Outer-Border.css
Coming soon...
Scroll-Animation.css
A small mouse symbol with a moving scroll button.
https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/CSS/Scroll-Animation.css
Coming soon...
Simple-Gradient.css
A simple background gradient.
https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/CSS/Simple-Gradient.css
Coming soon...
Stitched-Border.css
Creates a stitched style border to a div with rounded corners and box shadow.
https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/CSS/Stitched-Border.css
Coming soon...
Typewrite-animation.css
https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/CSS/Typewrite-animation.css
Coming soon...
Responsive-Flexbox-Projects.css
Make a responsive gallery of projects for your portfolio with flexbox.
https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/CSS/Responsive-Flexbox-Projects.css
Word-Scramble.js
A neat animation to use on headings, subheadings or wherever you want!
https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/Javascript/Word-Scramble.js
Coming soon...
Konami-Code-Event.js
A simple konami code event handler, to add extra spice to your website.
https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/Javascript/Konami-Code-Event.js
Change-Text-With-Button.js
Changing a set piece of text (
) when a button is clicked () using Event Listeners.
https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/Javascript/Change-Text-With-Button.js
Coming soon...