Questions tagged as 'css'

1
answer

Div from the right side of the page in the animation

I have a div that is a cell phone and when I go down the page performs the animation but before running the animation this div is getting off the page breaking the whole layuout My div <div class="col-md-5 ml-auto"> <div class=...
asked by 24.05.2018 / 19:40
1
answer

Why do not my elements go only 3% to the side?

Here's my code var move = document.getElementById('main').children; var movel = 3; var x = 0; console.log(move.length); function right(){ for (var i = 0; i <= move.length; i++) { var cssPr = window.getComputedStyle(move[i], nul...
asked by 23.05.2018 / 20:25
2
answers

Set div width containing parchment

I have a paragraph with a text inside .descBlog . I set the width of this paragraph width: 300ch , however, I want it to have a div greater than width: 300px . I would like that with the limitation of 300 characters, and...
asked by 01.06.2018 / 00:30
2
answers

Box with border and a title on top border

Is there a custom style in the CSS or HTML tag where I get the effect as shown in the image below? Itwouldbeaasidewithaborderof1pxandtheword"Realization" centered over the top border, but that the border below the text does not appear, as th...
asked by 31.05.2018 / 22:41
3
answers

How to make a picture with a link appear a text

I need to make a code for a button (which is an image) when I move the mouse the image will go up and a text goes down (name of the image icon), already tried to leave the button with opacity (0) and a hover with text opacity (1) when the image...
asked by 29.05.2018 / 06:39
1
answer

I can not make the register button

I can not make the register button the way I want it. I have my normal logon button but when I click on the log it gives the same login fields. Also have a little JavaScript. <!---- Botão do iniciar sessão---> <button class="login" o...
asked by 04.06.2018 / 10:25
1
answer

How do I split items and different sub-pages on the same page?

I wanted to split a few different items into subpages , an image of an example. For example, if I click the button 1 it shows the element 1 , if I click the button 2 it shows the > element 2 , but all this without page change ,...
asked by 09.05.2018 / 21:13
1
answer

Use two titles (labels) in an input group bootstrap

How can I use two labels on a group button using bootstrap? image: The idea is to use numeric range 0 to 10, with a title on the left end and a title on the right.     
asked by 27.10.2018 / 21:09
2
answers

border radius color in 2 colors

I'm trying to put 2 border colors with border radius but I can not. The goal is to look like this: ButIcanonlyleaveitlikethis: Here is the code where .detail is the image: .detail { width: 170px; height: 170px; border-radius: 100%; margi...
asked by 22.10.2018 / 23:47
1
answer

Div when mouseover in the field does not work

I have this function, which worked fine, now I do not know why it does not work, I think I'm forgetting some detail. This is the CSS: #mostrar { display: none; } #CodigoCobrancaID:not(:placeholder-shown):hover+#mostrar { display: block; }...
asked by 23.10.2018 / 14:54