Posts by pitalig • 81 points
4 posts
-
1
votes1
answer586
viewsQ: Multiple buttons (Jbutton) with the same function in different Jpanels
I’m making a program (using the Netbeans GUI Builder and Cardlayout) with multiple screens (multiple Jpanels) and they’ll all have a start button, which obviously goes back to the home screen. I…
-
5
votes0
answers1438
viewsQ: How to center img within a div?
I am making a grid of images (which will be links to the lightbox), I want 5 images per line, but they have different sizes, so I made the following html for each image: <div class="thumb">…
-
1
votes1
answer3322
viewsQ: Center vertically icone (img) followed by text in a row
I want to put in a line an icon, 25x25px (which will also be a link) and a text and both have to be centered vertically, for this I tried this html: <p> <a…
-
-1
votes1
answer863
viewsQ: Setting up an image slider
I studied some HTML and CSS, watching some classes on Youtube and doing the lessons of Code Academy and now I’m creating my first website. I want to add a slider of images, by what I researched, the…