Posts by Pedro • 21 points
2 posts
-
1
votes0
answers16
viewsQ: CSS applying the before to all elements
Hello, I have the following code: html <head> <link rel="stylesheet" href="./teste.css"> <script src="https://use.fontawesome.com/7a5258e51f.js"></script> </head>…
-
1
votes1
answer178
viewsQ: How to import a css file within JSX by link tag or script (React)
Hello, I’m learning React, I saw some basic concepts in a micro-course on youtube, and to train I would like to turn a site I already have into html and bootstrap for React. One of the problems I…