Web Development

The second part of CSS And Important Role In Building Websites | by Sluch | Apr, 2024


3- Functions :

The function is one of the most important features of logic and programming… through it you can create part of the code for the application when it exists… or a function to perform a specific action such as division, multiplication or addition… and in scss… you can use it to display something in the design… Such as setting Height through width, for example

This image contains a function to set the length through the width… where the width is divided by 2 by giving it to the function as a parameter and setting the length at the end.

4-property Declarations : –

In this feature… you can shorten properties to reduce the length and space of lines… by unifying properties under one property

for Example : By collecting the font properties under their common name, which is Font, and through the pictures you will see how to combine them

In CSS : –

Now, if you want to continue your journey in learning the rest of the characteristics of this great language or technology… I will nominate some powerful courses on some different sites.

1 — Udemy Scss Course by Joe Parys :-https://www.udemy.com/share/101Gfs/

2- freeCodeCamp Scss Course In youtube :- https://youtu.be/_a5j7KoflTs?si=Uqm2wVpTPXI6IGZa

in the end : –

There are more features in this technology, but I will let you discover them through videos and educational lessons because this technology or language… is great and useful in reducing and improving the CSS file… where you have two files, a file to develop on, which is SSS… and a final CSS file… With the last words, we will continue in articles about the most prominent technologies in the field of front-end development… on how to benefit from their power in improving the form and organization of our code.



Source

Related Articles

Back to top button