Skip to content

⚑ Tips & Tricks

Jeremy Bauer edited this page Mar 2, 2018 · 2 revisions

CSS πŸ”₯

Glowing-Text.css

Description πŸ“‹


Give your text an awesome neon glow effect.

File πŸ“„


https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/CSS/Glowing-Text.css

Example πŸ‘β€πŸ—¨


Coming soon...

Gradient-text.css

Description πŸ“‹


Creates a gradient of colours on any text using webkit.

File πŸ“„


https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/CSS/Gradient-text.css

Example πŸ‘β€πŸ—¨


Coming soon...

Link-Gradient-Underline-and-Hover-Highlight.css

Description πŸ“‹



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.

File πŸ“„


https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/CSS/Link-Gradient-Underline-and-Hover-Highlight.css

Example πŸ‘β€πŸ—¨


Screen recording of the code example

Outer-Border.css

Description πŸ“‹



A border running around the outside of the whole web page.

File πŸ“„


https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/CSS/Outer-Border.css

Example πŸ‘β€πŸ—¨


Coming soon...

Scroll-Animation.css

Description πŸ“‹



A small mouse symbol with a moving scroll button.

File πŸ“„


https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/CSS/Scroll-Animation.css

Example πŸ‘β€πŸ—¨


Coming soon...

Simple-Gradient.css

Description πŸ“‹



A simple background gradient.

File πŸ“„


https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/CSS/Simple-Gradient.css

Example πŸ‘β€πŸ—¨


Coming soon...

Stitched-Border.css

Description πŸ“‹



Creates a stitched style border to a div with rounded corners and box shadow.

File πŸ“„


https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/CSS/Stitched-Border.css

Example πŸ‘β€πŸ—¨


Coming soon...

Typewrite-animation.css

Description πŸ“‹



File πŸ“„


https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/CSS/Typewrite-animation.css

Example πŸ‘β€πŸ—¨


Coming soon...

Responsive-Flexbox-Projects.css

Description πŸ“‹



Make a responsive gallery of projects for your portfolio with flexbox.

File πŸ“„


https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/CSS/Responsive-Flexbox-Projects.css

Example πŸ‘β€πŸ—¨




JavaScript πŸ‘½

Word-Scramble.js

Description πŸ“‹



A neat animation to use on headings, subheadings or wherever you want!


File πŸ“„


https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/Javascript/Word-Scramble.js

Example πŸ‘β€πŸ—¨


Coming soon...

Konami-Code-Event.js

Description πŸ“‹



A simple konami code event handler, to add extra spice to your website.


File πŸ“„


https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/Javascript/Konami-Code-Event.js

Example πŸ‘β€πŸ—¨



Change-Text-With-Button.js

Description πŸ“‹



Changing a set piece of text (
) when a button is clicked () using Event Listeners.


File πŸ“„


https://github.com/JABedford/Front-End-Bible/blob/master/Tips%20%26%20Tricks/Javascript/Change-Text-With-Button.js

Example πŸ‘β€πŸ—¨


Coming soon...