by Garth | Nov 18, 2024 | CSS, CSS Blog Posts
Github : 13Garth-Blog/css-jelly-buttons CodePen :Jelly Button...
by Garth | Sep 7, 2022 | CSS, Design, Random Cool, Themes
by Garth | Nov 26, 2020 | CSS
a {pointer-events: none;}
by Garth | Dec 28, 2019 | CSS, Design
When creating mobile optimization stick to only 2 media queries. This is a good rule of thumb to keep your CSS compatible throughout and clean, there is no standard or rule saying you are not allowed to use other media queries.It’s just a something I learnt...
by Garth | Jan 8, 2019 | CSS, Javascript, Outsystems
View – Forum Discussion. View – Including external CSS in outsystems. View – Including external javascript in outsystems MOBILE application. View – Including external javascript in outsystems WEB application View – Javascript links...
by Garth | Jul 13, 2018 | CSS, PHP, Wordpress
// Styles and Scripts add_action(‘admin_head’, ‘my_custom_styles_and_scripts’); function my_custom_styles_and_scripts() { echo ‘ <script...