Questions tagged as 'css3'

3
answers

Move underline in the middle of the word

Currently I have 2 underline that I want to join in the middle of the word how to move the underline in the middle of the word? when I try it goes down + the word .err { border-top: 2px dotted red; display: inline-block; posi...
asked by 20.03.2018 / 23:31
2
answers

How can I create custom content from html5, css3, javascript in wordpress? [closed]

I am working in a company that manages a wordpress template called "the 7" which includes something called "wp bakery page" which is a plugin with which you can create content for a web in a very easy way, style wix ... however for design and us...
asked by 04.01.2018 / 01:56
1
answer

How to correctly use SHORTHAND with the BACKGROUND property?

I tried to optimize my CSS code by using shorthand , specifically with the property background , the problem is when I want to incorporate the property background-size in the shorthand . Please, I would appreciate your help, since I was search...
asked by 15.01.2018 / 18:58
1
answer

Why does this happen with the buttons?

Why does it happen that when you click on the checkbox, you see a box around it? input[type=checkbox] { float: left !important; margin-right: 6px !important; cursor: pointer !important; background: #333!important;...
asked by 12.07.2017 / 09:48
1
answer

CSS problems media query [duplicate]

I have a small problem what happens is that when I implement the media query on the website, it does not detect all of them. I mean, if I put this example, for example @media (min-width: 768px) { .navbar-brand > img {...
asked by 17.12.2018 / 21:40
1
answer

Problem with CSS property to scroll [closed]

I have a chat, and as you know, I have to make it scroll in some way where the messages are seen. For that I have the property overflow and I put the value to him auto, but this does not show the last message once it is sent, it is necessary to...
asked by 23.07.2018 / 06:52
2
answers

SVG file that inherits the current color

Using SVG inline I can make the current color inherit using the value currentColor for property fill . In this way I can make my image adapt to the color of the element that contains it. For example: .rojo { color:red;...
asked by 22.11.2016 / 18:45
1
answer

How to implement a Sidenav on my website?

Sorry for the inconvenience. The truth is that they would send me to Google when they read my question, but I have already searched and searched and I can not find a code to implement it on my site since doing something like this is out of my re...
asked by 26.02.2017 / 16:47
2
answers

You can change the style of an Alert window [duplicated]

can you change the style of an alert () that is, some function to do it or it always has to be the same way?     
asked by 22.08.2017 / 17:44
2
answers

How to center horizontally and spaced several elements within a div?

I have within a <div> several elements <span> , <button> and <img> aligned horizontally. I need them to be centered vertically. They must be between them horizontally aligned and spaced occup...
asked by 29.08.2018 / 13:32