Questions tagged as 'css'

1
answer

How to make a floating menu and that change of style according to movement to scroll?

How to make the scrolling fixed menu scrolling like that of the site: link Note that when you scroll, the background of the menu changes to black.     
asked by 13.12.2018 / 23:41
1
answer

Keep clicking part of an SVG using CSS

I would like the following: Click on one of the segments, and it will get painted. My idea was to use only CSS, so I wanted to know if there is anything like hover to do this for me. My SVG is as follows: <svg xmlns:dc="http://pur...
asked by 05.12.2018 / 19:35
1
answer

Overlay problem @media

I'm having trouble understanding one thing. I am putting together a questionnaire and when the person does not select any alternatives an box appears with the overlay saying that it is for her to select. CSS Code: .backdrop{ positio...
asked by 13.06.2014 / 20:10
1
answer

Leave images together and responsive

I need to let the images meet one underneath the other, occupying half of the container and next to the description of that image. It needs to be in this format. Currentlysheislikethis Butthere,itoccupiesonlythedefinedsizecol-md-6,anditsh...
asked by 21.12.2018 / 16:42
1
answer

1 item on the left and two items on the right good bootstrap

I'm trying to leave 1 item aligned on the left and 2 items aligned on the right with Bootstrap 4 , I tried to use flexbox but since there are 3 items I get one in the middle and one on each end, I tried to make the 2 items on the ri...
asked by 24.12.2018 / 12:09
1
answer

Align radio buttons to the right of a select

I have a line that is being aligned in the center as follows: .row{ display: flex; justify-content: center; } Inside this line there are two columns, one with a select and another with radio buttons that appears according to the opt...
asked by 23.10.2018 / 19:07
1
answer

Flexbox leaving empty spacing

I'm studying flexbox and decided to create a menu, everything works fine, but it's getting a space without me having it, so I know flex: 1 occupies all space, but that's not what's happening. > Problem photo:   Code:HTML<ulclass="nav">...
asked by 19.10.2018 / 14:01
2
answers

How to place borders in images using html5 + css?

The code developed until fragmented is here if you need the complete code will be in pastebin HTML: link <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"/> <title>Google Glass</ti...
asked by 27.09.2018 / 02:58
3
answers

How to display a dropdown menu of a button inside a div with overflow: hidden?

I have the following problem: Clicking the dropdown button inside a div with overflow: hidden property opens, but gets cut off. Example: HTML<divclass="scroll"> <div class="out_element"> <div class="btn-group">...
asked by 20.06.2014 / 15:12
2
answers

Font-Awesome icon responsive - How to replace icons when clicked?

So, I'm trying to make those responsive headers that, when clicked, organize the column and change the "little set" up or down. I already have my sorts working, but I still lack the "responsiveness" of the icons. So my problem is: I have t...
asked by 12.07.2018 / 16:53