Questions tagged as 'css'

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

Change font size

I am trying to change the font in an html document, however, if I indicate the font name, it does not change and the font size returns to the original. This is the code I am using: p { padding:20px; background-color: white; f...
asked by 20.06.2015 / 20:19
1
answer

Form unconfigures DIV

Div is not side by side after I insert the {!! Form:: inside the div row, the div divs are broken, one underneath the other instead of side by side. Is it possible to solve this? or is it normal for Form to make this mess?    Bootstrap...
asked by 26.07.2018 / 16:26
2
answers

make div stay below footer

Hello, I would like to know how to make a div follow the scroll bar of the screen and when it reaches the end of the screen it is positioned below the footer and when you hit the close button, it disappears and the footer is positioned right like...
asked by 23.08.2018 / 21:23
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
1
answer

Show all contents of span independent of size [duplicate]

I have a problem when it comes to showing text on my screen: I have a span tag with id="obsEmenda" that gets a varchar from the server: <span class="progress-description">OBSERVA&Ccedil;&Atilde;O: <strong><span id="...
asked by 03.10.2018 / 20:56
2
answers

Image Gallery Error

Edit: link I'm having a little problem, when I upload my files to the server the images look like this, however when this location works normally, The error is only corrected if I refresh the page, if you do not refresh the images, stay...
asked by 28.09.2018 / 20:31
1
answer

How to specify an address that is outside a set of 'div'

I made a 'hover' menu but I want to change the color of the gray bar of the menu by pressing the cursor on the 'Search and News' buttons but I do not know how to specify the .navbar address (gray menu) by applying the 'hover' effect on it, even...
asked by 15.07.2018 / 01:34
2
answers

Alignment problem in CSS

I have the following navbar: Onlyasyoucanseetheresultsdiv#isoutoflinewiththeinput#search.Code:<divclass="container-fluid primary-bgcolor p-3"> <div class="row align-items-center"> <div class="col-2">...
asked by 27.06.2018 / 16:29