Posts by Felipe Lima • 105 points
8 posts
-
3
votes1
answer178
viewsQ: I’d like to just use the bootstrap grid to make it responsive
How can I use only bootstrap grid just to make it responsive, because I end up not being able to customize my css inputs because of bootstrap itself
-
3
votes1
answer194
viewsQ: Dropdown HTML and CSS
* { margin: 0; paddin: 0; } body { margin: 0; paddin: 0; font-family: 'Source Sans Pro', sans-serif; background-color: #F7F7F7; } .header { position: absolute; width: 100%; z-index: 3; height: 44px;…
-
0
votes0
answers91
viewsQ: Using the same image 4 times or more in CSS
I’d like to use that photo three more times next to each other, only I can’t multiply it…
-
1
votes1
answer153
viewsQ: Problem with Media Query
Does anyone know how I can specify a Media Query for each device ? I’m trying to leave the iphone 6, 7 e 8 in a way and in the same cell phones only Plus version I’m changing to suit the layout only…
-
0
votes2
answers56
viewsQ: How to leave the four in a row?
<div class="container py-4"> <div class="row"> <div class="col-md-10 my-4 mx-auto"> <h2 class="text-center display-4">Bootstrap 4 Pricing Tables</h2> <hr> <div…
-
1
votes0
answers790
viewsQ: How to make the image responsive on mobile inside the Carrosel bootstrap 4, for it to adjust
<div id="myCarousel" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#myCarousel" data-slide-to="0" class="active"></li> <li…
-
0
votes1
answer53
viewsQ: Error in PHP login, registration is working normal, only login does not connect according to entries in the database
YOU ARE MAKING THAT MISTAKE WHEN YOU GO IN : Warning: mysqli_query() expects at least 2 Parameters, 1 Given in C: xampp htdocs hosste Login_v1 userauthentication.php on line 28 Warning:…
-
1
votes0
answers32
viewsQ: The data are not recorded in the database, but it appears that the registration was carried out successfully
<?php $host = "localhost"; $user = "root"; $pass = ""; $db = "tomorrow"; $conexao=@mysqli_connect($host, $user, $pass) or die(mysqli_error()); mysqli_select_db($conexao,$db) or…