Hi there and welcome! ???? In this video, we will learn what is color property.
With color property we can set color of text in web pages.
➡️ p { color: orange; }
Color of the text can be set like predefined CSS color, like RGB color, like HEX (hexadecimal color), or like HSL value color:
➡️ p { color: orange; }
➡️ p { color: rgb(56, 255, 79); }
➡️ p { color: #38FF4F; }
➡️ p { color: hsl(127, 100%, 61%); }
???? If you want to learn how to build websites from the scratch check out our course that is currently on amazing discount :
????https://www.udemy.com/course/draft/3449352/?referralCode=CAF8EB035733439CDF8D
NOTE: Buying of our course you support our channel and we are immensely grateful to you for that! ❤️????
???? For the most recent updates please subscribe on our YouTube channel:
https://www.youtube.com/channel/UCKJZPftMDi_GcpxT2bmWXUg?sub_confirmation=1
???? Hit the notification bell to be notified when videos go live.
???? You can reach us on social media:
https://www.instagram.com/mastermindstutorials/?hl=sr
https://twitter.com/MasterMindstut1
????If you want to support our work:
https://www.paypal.com/paypalme/MasterMindsTutorials?locale.x=en_US
https://www.patreon.com/mastermindstutorials
Please remember that even little from you means a lot for us. ❤️????
❓ Do you have any questions? Feel free to ask us directly on email:
???? mastermindstutorials@gmail.com
➡️ Please press ???? button if you like this content and share this video to all that could be interested in this! ????
––––––––––––––––––––––––––––––
Music: Spring In My Step - Silent Partner https://youtu.be/siCmqvfw_1g
––––––––––––––––––––––––––––––
#CSSBeginners #CSSLearnItFromScratch #text