Questions tagged as 'css3'

1
answer

Column break in table

I need to create a table of items that comes from a foreach XSLT to HTML, every four lines break into a new column, an example follows: Codeexamplethatdoesnotbreakbycolumn<table><xsl:for-eachselect="documentoEstoque/epi">...
asked by 12.11.2018 / 18:20
2
answers

Cards with smaller content breaking

I'm using Bootstrap 4 to set up a page, and at the time of making some cards they're getting bigger or smaller than the others, even though they use the same col-sm-4 class. He is breaking because their content is less. my doubts a...
asked by 20.12.2018 / 23:01
1
answer

Position font-awesome next to the text

I have some arrows that need to be positioned next to the text, but not along with it. Next to it. ButIdonotknowhowtopositionthemthere,atthemomentI'mputtingtheminsidepandit'sgettingatthebeginningofthetextwithaparagraph.Youneedtoleavethemoffa...
asked by 21.12.2018 / 13:57
2
answers

Positioning text when using -webkit-transition

I'm trying to make a bar with text and image appear at the click of a button (as if it were a notification), this bar will grow until reaching the maximum size and revealing the content, however while the animation happens the text goes re-posit...
asked by 11.08.2018 / 19:54
2
answers

How to keep the element in the final position of the animation?

I'm using this code to make an effect and keep the element in the end position of the animation, that is, to the right. HTML : <div id="anim"> </div> CSS Code : #anim{ position: relative; background: green; width...
asked by 09.06.2015 / 00:48
1
answer

Highlight current page link

I'm implementing a menu in the header of my page. As the user clicks the buttons on this menu, the page is rendered just below. I would like to highlight in the menu the button for the current page of the user. I'm calling it this way: <...
asked by 19.06.2015 / 18:32
1
answer

Manipulating CSS Gradient

I have a gradient to do, with a split of 5 colors and in the interval of each one, it has to be exactly divided. Here's what I need to do: WhatIwasabletodowithCSS: .area{ width: 100%; padding: 10px 0; position: relative; } .ar...
asked by 27.08.2018 / 21:32
3
answers

Media Querie is not compatible with Internet Explorer 2014

I'm using the following media queries, everything in Chrome is ok. What are the right properties for the latest version of IE? @media(min-width:320px) { } @media(min-width:480px) { } @media(min-width:600px) { } @media(min-width:768px) { }...
asked by 26.10.2014 / 23:33
1
answer

Background image in diagonal div clip-path

I was able to do this with solid color background .slide { width: 100%; height: 101px; background-color: #fff; background-size: cover; clip-path: polygon(50% 100%, 100% 0%, 0% 0%); } .slide_bg{ background-color: #f5f5f5;...
asked by 10.07.2018 / 16:16
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