CSS for beginners 53: text-align property

Опубликовано: 13 Октябрь 2024
на канале: Masterminds Tutorials
44
2

Hi there and welcome! 😊 In this video, we will learn what is text-align property.

With text-align property we can align text in web pages.
➡️ p { text-align: right; }

Like a value for text-align we can use four values:
➡️ p { text-align: left; } - aligns text on the left side of the screen
➡️ p { text-align: center; } - aligns text in the center
➡️ p { text-align: right; } - aligns text on the right side of the screen
➡️ p { text-align: justify; } - will stretch text to align it on both side of the screen ( left and right )

💻 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/34...

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:
   / @mastermindstutorials7630  

🔔 Hit the notification bell to be notified when videos go live.

👤 You can reach us on social media:
https://www.instagram.com/masterminds...
  / mastermindstut1  

🤝If you want to support our work:
https://www.paypal.com/paypalme/Maste...
  / 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:
📧 [email protected]

➡️ 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    • Spring In My Step – Silent Partner (N...  
––––––––––––––––––––––––––––––
#CSSBeginners #CSSLearnItFromScratch #text