How to add css to html – Code Example Akash Mittal August 30, 2022 In this article we will provide you code to add css to html files. You can add css styles using <style> tag. To add external css file, you can use… View Post
React Native background color Akash Mittal September 5, 2022 In React Native background color can be applied using background-color css property. The only difference is that we need to use camel case as backgroundColor. Check out the code –… View Post