We use the CSS text-align property to align content inside a block-level element. Examples of block-level elements are paragraphs (<p>…</p>), divs ( <div>…</div>), sections (<section>…</section>), articles ( <article>…</article>), and so on. This alignment affects the horizontal axis only. So the text-align property is different from the vertical-align property which we
Daily Archives: January 29, 2022
In this article, you will learn what the term REST means and how it lets us communicate with the server efficiently. Before we get into REST, let’s learn what an API is. I believe this will help you understand REST better. What is an API? Since we’re talking about
If you have ever built a Machine Learning model, you’ve probably thought “well this was cool, but how will other people be able to see how cool it is?” Model deployment is a part of Machine Learning which isn’t talked about as much as it should be. So in
When you want to add some style to your application, you likely look for ways to make your User Interface stand out. Whether it is using a specific font or a different color palate, you want to make the user feel attracted to your UI. One way to
If you want to learn React –or any JavaScript framework – you’ll first need to understand the fundamental JavaScript methods and concepts. Otherwise it’s like a youngster learning to run before learning to walk. Many developers choose a “learn as you go” approach when learning React. But this often
