Questions tagged as 'css'

1
answer

How do I centralize the links of a navbar viewed in mobiles with bootstrap 3?

Next, I'm using bootstrap version 3.7.2 to do a navbar and I configured it so that when "collapsed", that is, when viewed on mobile devices, it has the toggle button on the right and logo is located on the left due to css configurations. So far...
asked by 25.09.2018 / 18:58
2
answers

Text-align right, table

I'm having a bit annoying problem with my td I want to position the letters next to the image ..., same as the right one but it does not follow the text-align: right; .pvsp { width: 335px; float: right; background: #252525...
asked by 11.12.2018 / 05:09
1
answer

Remove dynamic inputs

I wanted the help to be able to delete a line from my form with javascript. I'm able to duplicate it, but do not remove it . $(document).ready(function(){ var clone_step1 = $("#step1").find(".duplicar-presencial").html(); // cópia da d...
asked by 04.07.2018 / 23:37
2
answers

How can I create an event where I click on a div that contains details of a product and after that this product opens on the same page?

What I want to do: A section on my website where you have a div with a title, an image and a text that represents something, for example a drums. And that when I click on this div to see all the information regarding this product / represen...
asked by 21.07.2018 / 01:59
2
answers

How to make an HTML form stay responsive

I have an HTML and CSS form that is perfect on my site, but when I try to open it on a mobile device (mobile phone or tablet) it gets totally distorted. I'm using Bootstrap as a CSS framework. My code: .tudo-border-box { box-sizi...
asked by 30.08.2018 / 03:10
2
answers

Anchor link to direct to a div does not work

I'm using Angular 2+, I'm trying to add an anchor that when clicked will take me to the target div, but when I click on the anchor, my site is reloaded and adds the #parallaxdiv link after the localhost ... in instead of moving to the link. I...
asked by 17.07.2018 / 20:36
2
answers

flexbox: space-between 2 children starting in the middle and then ending

Recently I was contacting flexbox, I discovered the justify-content: space-between property; but I wanted to know if it's possible: <div class="pai"> <div class="filho1"></div> <div class="filho2"></div> </...
asked by 18.07.2018 / 21:09
1
answer

Select not appearing in materialize

I'm trying to do a project here using Materialize, but the select field is not appearing. This is HTML <div class="input-field col s4"> <select> <option value="" disabled selected>Escolha uma opção</option&g...
asked by 28.05.2018 / 15:04
1
answer

Responsive CSS is not read by the site

The responsive.css file is not being read by my site. I'm calling it like this: <link type="text/css" rel="stylesheet" href="css/responsive.css"> Inside it there is the following code: @media screen and (max-width: 640px) {...
asked by 08.05.2018 / 14:03
1
answer

Help to superimpose text in image

Good evening. I would like your help to put text from a certain .css class over an image. You can better understand what I need to access the site Agência Stage , so on the first page we have the slogan    Communication and marketing   ...
asked by 17.05.2018 / 08:32