Questions tagged as 'css'

1
answer

How do you also distribute the items in a horizontal list regardless of their quantity?

The snippet below is working correctly, dividing the navigation bar into four equally distributed items horizontally. Run it to observe. But it's not what I'd like: The width ( width ) field of each list item is 25% , and this only w...
asked by 18.03.2018 / 17:32
1
answer

Remove "floating" non responsive div

I have the following HTML structure: <div class="container"></div> <div class="card encontreundiade"> <div class="card-body p-3"> <form id="formcontato" class="p-0"> <div class="...
asked by 12.03.2018 / 19:47
1
answer

Problem with Media Query

Does anyone know how I can specify a Media Query for each device? I am trying to leave the one of the iphone 6, 7 and 8 in a way and in the same cell phones only that version Plus I am changing to fit in the layout only that it does not go, alwa...
asked by 10.03.2018 / 14:47
2
answers

My search bar is not positioned correctly

My search bar does not position correctly at the end, and the initial part of the menu is not at the beginning, everything is centralized. Follow my code: .barra{ display: inline-flex; background-image: linear-gradient(150de...
asked by 06.03.2018 / 22:34
1
answer

Slide does not fill the entire screen with bootstrap

I'm trying to put a slide on my site, but when I index the Bootstrap 4 on the page, the slide does not get full screen (does not fill the screen), when I do not index the slide wheel right fill the whole screen like and want, but if I do not u...
asked by 07.03.2018 / 17:50
2
answers

vertically center row bootstrap 4

I needed to center this row in the middle of the page, following the bootstrap documentation, it tells me to put align-items-center along with row, I did, but nothing has changed. my html structure is currently like this: <!-- linha...
asked by 15.03.2018 / 23:09
2
answers

Line break with css without br

I have this problem in css and I can not solve it, when the text gets too big, I can not make this line break, I can not use it, does anyone have any ideas? * { font-family: arial; -webkit-touch-callout: none; -webkit-user-select: n...
asked by 16.05.2018 / 01:12
2
answers

Related news on site [closed]

Hello, I would like to know how I can put related news on my site type I have a session on my site called "POLITICAL NEWS". and the person clicking on the news will see other news about politics below? type: a < section > or < article &...
asked by 02.03.2018 / 15:02
1
answer

Jquery - Retrieve the value of a 'td' and insert inside a Text

Good evening, Next, I have a table from which I generate the data from mysql, I want to get the value of td, and insert inside a TEXT that will appear inside the table TD with the value that was there so that it can be edited and updated in t...
asked by 22.02.2018 / 00:44
2
answers

Anchor link not working HTML

Good afternoon, I'm doing a project site and it has those links that take you from one part of the page to the other, but it's not working right. I put the link as <a href="#violao"> <div class="col s6 m3 valing-wrapper" id="...
asked by 22.02.2018 / 17:57