Questions tagged as 'flexbox'

1
answer

Overlap text in an image with flex box

I'm having trouble overlapping the text in an image using flex box, could you give me a light for this problem. *, *:after, *:before{ margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -web...
asked by 14.04.2018 / 18:53
0
answers

Force table header to follow width of other columns dynamically

I'm using flexbox to do everything on the site, including the table, first I tried using the basic structure of a table ( thead , tbody and tfoot ), however I could not, so I tried to do with simple rows and columns....
asked by 21.07.2017 / 19:43
1
answer

Hiding a button in HTML5 and CSS when on Smartphone

I made a responsive Web application, which when it arrives in Checkout has two buttons: Print and Save. Only the user (client) on the smartphone clicks to print even without a printer. I have tried to extend with @media, but I can not....
asked by 08.07.2018 / 15:39
2
answers

Problems working with Flexbox

Hello, guys, I'm starting to work with flexbox, but I'm having a problem making a menu, following the css code: .header{ width: 100%; height: 100vh; background-image: url(../img/backgrounds/bg1.jpg); background-position: center center; backgr...
asked by 03.06.2018 / 00:32
1
answer

CSS / SCSS: Generic validation element accompanying the input format

I have a problem in my stylesheet. I have a generic Input, as shown below: Iputanelementtovalidatemyform,thevalidationisOK,butI'mhavingproblemsinalignment,becauseifIincreaseordecreasethetextfield,theelementremains.Seeanexample: Thevalidation...
asked by 01.09.2018 / 21:31
1
answer

How to put image and text on the side with FlexBox?

Hey guys, I'm having trouble positioning the image and text ON THE SIDE of the image. I tried table but it is not responsive. I tried ul / li and I can not position. I am using FlexBox. Any suggestions? <!DOCTYPE HTML> <html>...
asked by 13.08.2018 / 03:58
1
answer

html and body with height of 100%

Well, good morning! I'm using flexbox, and I saw that to center some div on the screen, div in the case created inside the body, to align with align-items and justify-content (using the two with the value center, will center horizontal and ver...
asked by 11.12.2017 / 11:20
1
answer

Flexbox: Can you control the amount of items aligned with the "space-between"?

I have the following case, a parent div with 5 child divs, and I need them to align two by two, using the space-between in the parent div: .pai{ display: flex; justify-content: space-between; flex-wrap: wrap; width:200p...
asked by 24.08.2017 / 19:07
1
answer

Make this grid with Flexbox

Personally I'm having a hard time creating Flexbox with this grid, as shown below. I need it to be without fixed size because when the images are viewed on the phone it will be in the same position only smaller. Thank you     
asked by 21.11.2016 / 22:23
0
answers

Slick with FlexBox CSS3 not working

I would like help with the implementation of Carousel Slick with Flex Box CSS3 When I enter more than one slide, the structure loses the default. I currently have the following codes: 1.HTML <article class="mainCarousel"> &...
asked by 02.09.2018 / 04:38