Questions tagged as 'css'

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
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

problem with the hover effect with bootstrap images 4

I have a modal image and I want the mouse to be placed in a blue with an opacity I try but the code does not work here <main> <div class="container"> <!-- seccion portafolio--> <div class="ro...
asked by 21.12.2017 / 02:50
2
answers

Center a link

Good, I can not center a link. #Anyadir-Rutina-btn { background-color: #21211d; color: #FFF; padding: 10px; border-radius: 20px; text-decoration: none; cursor: pointer; } <div id="Power-Contenedor"> <a h...
asked by 27.12.2017 / 23:09
2
answers

Center the contents of a div without aligning the text Bootstrap

Good afternoon, the problem I have is the following in this column I would like to center the content of the div, but when using "text-center" the text gets centered too, I would like the "p" label to be centered but not align the alignment of t...
asked by 14.02.2017 / 21:41
2
answers

Background photo that moves with hover mouse

I want to make an effect like the one in this Wordpress theme: link In the section where there is as a gallery of images and says things like "on the mountains", "take a flight", "a night to remember", etc. when you hover with the mouse...
asked by 06.11.2016 / 18:13
1
answer

Apply CSS style to a selected radio button (checked) label

I have a problem working with CSS and HTML: using CSS properties I changed the style of the radios I am working with, but the problem I have is that they are not selected, to this I mean that the button is not selected. Believe (which is a radio...
asked by 03.07.2017 / 03:14
2
answers

Sidebar Transparent

I'm around with a Wordpress template called Uncode from Envato . Your support forum is fine, but they do not give me a solution for the following: The template has a menu that can be placed horizontally on the top of the page or as a sid...
asked by 14.09.2016 / 09:03
3
answers

I have a doubt I do not take a CSS class

I was created a css style for my project works all right the issue is that I do not take a class in CSS to put the font bigger and bold. the problem is in .metric .title span .metric { -webkit-border-radius: 5px; -moz-border-radius:...
asked by 05.01.2019 / 15:29
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