Questions tagged as 'css3'

2
answers

Images in html or via css

Is there any advantage in loading an image via css with: background: url ('imagem.jpg'); instead of normally using it as: <img src="imagem.jpg"> ?     
asked by 29.12.2016 / 20:49
2
answers

Calculating font size using css?

Could anyone please explain to me how the calculation capabilities for font sizes using CSS work? Example: font-size:calc(1.73vw + 48.74px); Thank you     
asked by 09.03.2017 / 23:15
3
answers

How to leave a pie div? [duplicate]

Hello, I recently found a layout in Google and found the idea very interesting, but I do not know how to reproduce the div that way, it's basically to make the div 'crooked', I tried to reproduce but when I used rotate ), the div bent but was...
asked by 12.05.2018 / 04:24
3
answers

Block positioning with FLEX-BOX

Well, I'm doing a site where in the home there are 4 modules, the first two have to be one underneath the other, so alright, except that the third module has to be next to these two as if it were a column, First I thought I'll put a div around t...
asked by 27.11.2017 / 18:16
3
answers

Position DIV in the center of the page

How do I align the div with transparent black background where it contains the buttons in the center of the page regardless of the monitor resolution? ThecodeI'musingisthis:.fundo{background-color:rgba(10,23,55,0.7);padding:20px;margin:200px...
asked by 23.11.2017 / 14:57
2
answers

Problems with positioning with columns in Bootstrap 3

I'm having a positioning problem with the bootstrap grids I'm doing a virtual store where the layout has to look like this: Butwithmycodingitlookslikethis: Notethatinthisimagethewinesdonotformthethreecolumnsandareonebelowtheotherfollowsmycod...
asked by 26.06.2016 / 17:39
2
answers

Animate CSS - Correct syntax?

I have tried in many ways to adjust the simple animation of a @keyframes css I'm doing. I have seen several syntaxes and still continue with error, .borda { padding: .5em; border: 20px solid transparent; border-image: 20...
asked by 20.06.2018 / 22:15
3
answers

Hover in two elements at the same time

I have a div and within it a <a> can hover in the div, but the color of the anchor does not change. HTML structure: <div class="TamanhoECorTabs ThemeGrid_Width6"> <a id="ancora" tabindex="14" href="#">Home</a&g...
asked by 10.07.2014 / 14:48
2
answers

How to perform text distribution on a line

I have a detail page where the title of the product when resizing the browser or seen on a mobile device the text is completely aligned to the left, I would like the alignment to remain but that text be better distributed, the structure where th...
asked by 24.02.2015 / 18:21
1
answer

How to increase the distance to display icon that expands menu

I'm in an MVC 4 project, using bootstrap, and I want to know if I have to tweak the configuration so that the button that expands the menu appears on some larger screens. Thus: link There is some distance where that menu button appears,...
asked by 25.04.2014 / 20:11