Posts by João Gabriel Costa • 15 points
3 posts
-
0
votes3
answers1919
viewsA: Align CSS Bootstrap Cards
I’m using the container but I put a margin-top: 100px; and according to the resolution the monitor looks different, how can I adjust this to a standard on all monitors? , follows examples in images…
cssanswered João Gabriel Costa 15 -
-1
votes3
answers1919
viewsQ: Align CSS Bootstrap Cards
Hello, I would like to align the cards in the center of my page Print: Code: *{ font-family: "Ubuntu", sans-serif; } .logo{ max-width: 27%; } .content-wrapper { max-width: 1250px;…
cssasked João Gabriel Costa 15 -
0
votes1
answer319
viewsQ: Namespace in PHP Does not work
Hello, I’m trying to use the namespace and the use but is resulting in Not found Error: Fatal error: Uncaught Error: Class 'app\lib\Teste' not found in C:\xampp\htdocs\index.php:5 Stack trace: #0…