Posts by Durvalnp • 41 points
3 posts
-
1
votes1
answer90
viewsQ: How to view form information obtained in PHP in a Boostrap modal?
I created a simple form with two fields on a page built using Bootstrap to calculate fuel consumption. The information in this form is obtained and handled using PHP. After the user clicks…
-
0
votes1
answer82
viewsQ: In Bootstrap 4, is there any way that the collapsed menu can be displayed from the right of the screen and not from the top of the screen?
the html code <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta…
-
1
votes0
answers71
viewsQ: How to create a flexbox with flexitens that are images inside a hyperlink?
The idea is that I have a flexbox with two images that are links to other pages html. But when I create what becomes flexible are the hyperlinks and not the images. The code I’m using is this. body{…