Questions tagged as 'css'

1
answer

Align divs on the left with css, separating them into groups, without line break

I'm looking for a way to align divs to the left, however, keep them divided into groups, without a group breaking the line. The code below comes close, but I would like to get the result of the image. .group { border-width: 1px...
asked by 31.05.2017 / 19:22
1
answer

How to align the dropdown menu with the text?

I'm having difficulty aligning my menu dropdown , the whole form and even the text that should accompany the dropdown menu is right. Any tips? Eg: Result obtained: | dropdown | Choose an ingredient: Expected result : C...
asked by 28.05.2017 / 23:52
1
answer

How to make steps progress using circle

I am developing a screen using student progress, for example, it has 10 activities to complete, and it is in activity 2, so this represents 20% of the total activity. I would like to represent this through a circle, a button for the next exer...
asked by 04.08.2017 / 03:49
1
answer

Image surpassing bootstrap grid size

I defined a grid and inside I played an image, this image needs to have a height of 150px, so I set the height to it, the problem is due to the fact that the image is surpassing the grid, I do not want to force 100% width with a height of 150px...
asked by 19.02.2017 / 01:35
2
answers

CSS Hide Elements using css only

Given the following code snippet: <div class="ui stackable inverted blue container menu"> <a class="item" href="/menu"> logo </a> <a class="item" href="/menu"> <i class="large settings...
asked by 13.12.2016 / 02:18
3
answers

Html + Css creation of frequently asked questions

Good afternoon, I started shortly to evolve my html + css for creating web pages will anyone be able to give me a hint how to do what is requested in the image below? . Basically when we click on the area where the arrow in the right corner...
asked by 05.12.2016 / 19:20
2
answers

How to return color in hexadecimal form randomly

I'm wanting every build to change the css of my application in a random way. Example: $menu-color: #0097a7; // retonar apenas uma cor $menu-color: random(#0097a7,#FAFAFA,#7FB800); // retorna uma color aleatoria. As random returns only...
asked by 26.10.2017 / 16:03
1
answer

Do not pull information only in index

Well, I'll try to explain as best I can, I know this can be simple but at the same time I do not know how I can do this ... Let's say that in my Header I have a 'bar' that I would like to appear on all the pages that I pull the LESS header in...
asked by 27.10.2017 / 15:45
2
answers

Images in divs

I have a question about divs with imagens inside, in this case, the question is: If I have a div , with 400x400 , how do I make an image with 200x400 (or other resolution) occupy the total size of div ,...
asked by 10.01.2017 / 15:04
2
answers

What size of screen for CSS to consider as desktop?

I want to use this code only when desktop . What size for the average query? overflow-y: hidden; // hide vertical overflow-x: hidden; // hide horizontal     
asked by 01.12.2017 / 17:23