Patrick Labellekealiwyn.hashnode.net·Apr 2, 2021Smashing game in a browser!?!One of my most recent projects was to create a "Click smashing" type game on Html using CSS and JavaScript. Ran into some issues with my attempt to use LessCss in order to create the animated border you see around the navigation bar and game. I found...Discuss·31 likes·546 readsHTML5
Okorie Chinedu Sundayprofchiso.hashnode.net·Nov 13, 2019How to override Ant design default color and themeAnt design is one of the most popular UI library, mostly used with ReactJs. It has awesome components but beginners find it very difficult to override their default color hence, this post. Step 1: Set up your app using the command npx create-react-ap...Discuss·7 likes·194 readsReact
Fanny Nyayicfanny.hashnode.net·Mar 19, 2023How to Install Less CSS and Get Started with ItIf you're a beginner programmer looking to improve the styling of your web pages, Less CSS might be just the thing you need. Less is a preprocessor language that makes writing CSS more efficient and organized. In this article, we'll guide you through...Discuss·1 like·36 readsCSS Preprocessors2Articles1Week
Fanny Nyayicfanny.hashnode.net·Mar 19, 2023How to Install Less CSS and Get Started with ItIf you're a beginner programmer looking to improve the styling of your web pages, Less CSS might be just the thing you need. Less is a preprocessor language that makes writing CSS more efficient and organized. In this article, we'll guide you through...Discuss·1 like·36 readsCSS Preprocessors2Articles1Week
Fanny Nyayicfanny.hashnode.net·Mar 12, 2023Introduction to Less CSS: What It Is and How It WorksAre you tired of writing repetitive CSS code? Do you find yourself constantly scrolling through long stylesheets, searching for specific properties? Look no further than a CSS preprocessor called LESS. This dynamic stylesheet language extends the cap...Discuss·1 like·38 readsCSS Preprocessors2Articles1Week
Vijay Mangalvijaymangal.hashnode.net·Jan 13, 2023Advanced CSS Techniques: Take Your Styles to the Next LevelCSS is a powerful tool for styling web pages, but it can also be a bit overwhelming for those who are new to it. However, with a little bit of practice and a few advanced techniques, you can take your CSS skills to the next level and create beautiful...DiscussCSS
Al Romanovirtuallycreative.hashnode.net·Jan 12, 2022Introduction to LESS - Part 3Using LESS #4: "Live Refresh" This is our last topic we're going to cover in this tutorial and is a little known function of LESS. You can make the browser refresh automatically (locally) without having to continually hit the refresh button while sty...Discuss·32 readsIntroduction to LESSLess
Al Romanovirtuallycreative.hashnode.net·Jan 12, 2022Introduction to LESS - Part 2Using LESS #2: Nested Rules This is something I love using when marking up CSS with LESS. Rather than constructing long selector names to specify inheritance, in LESS you can simply nest selectors inside other selectors. This makes inheritance from p...Discuss·41 readsIntroduction to LESSLess
Al Romanovirtuallycreative.hashnode.net·Jan 12, 2022Introduction to LESS - Part 1The Dynamic Style-sheet Language Hope you guys find this brief introduction useful, as I know this has changed the way I use CSS forever! What this tutorial is covering today is how to add variables, mixins, nested rules and much more to CSS 3 to mak...Discuss·105 readsIntroduction to LESSLess
Patrick Labellekealiwyn.hashnode.net·Apr 2, 2021Smashing game in a browser!?!One of my most recent projects was to create a "Click smashing" type game on Html using CSS and JavaScript. Ran into some issues with my attempt to use LessCss in order to create the animated border you see around the navigation bar and game. I found...Discuss·31 likes·546 readsHTML5
Ben Gristwoodmrgict.hashnode.net·Feb 9, 2021Less frameworkthis post is based on the less framework website https://less.works/ So working in a team and using scrum mastery, the team has grown, initially the team was 9 people (making it big enough for a normal scrum team, however then it suddenly ballooned t...Discuss·42 readsScrum
Okorie Chinedu Sundayprofchiso.hashnode.net·Nov 13, 2019How to override Ant design default color and themeAnt design is one of the most popular UI library, mostly used with ReactJs. It has awesome components but beginners find it very difficult to override their default color hence, this post. Step 1: Set up your app using the command npx create-react-ap...Discuss·7 likes·194 readsReact
Dylandylansleith.hashnode.net·Nov 3, 2018Why You Should Use A CSS PreprocessorEver since I started to learn web development I learned that there are ways that you can build websites more proficient and even by writing less code too. CSS Preprocessors are basically the advanced version of CSS. There are a lot of different prepr...Discuss·149 readsCSS