Questions tagged as 'css'

4
answers

Responsive image with css

I have a circular image which I want to make responsive, my problem is that it remains the same size. This is what I have .image-cropper { width: 215px; height: 215px; position: relative; overflow: hidden; -webkit-border-r...
asked by 20.09.2017 / 07:14
1
answer

position: fixed; does not work in an AngularJS template

This is my code, the component I have it in a template it is not in the index.html, everything shows it correctly but for some reason the position : fixed; of my CSS does not work, does anyone have any idea why? exampleApp.componen...
asked by 18.07.2016 / 00:41
1
answer

My HTML does not recognize the CSS [duplicated]

I have this HTML and this CSS but when I update the browser, there is no change <style> #a { width: 100px; height: 100px; color: red; } </style> <html lang="es"> <head> &...
asked by 24.11.2017 / 11:35
4
answers

I do not get the color in html css

I have the following code fragment. I would like to change the color to <title> . <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Mi primer CSS</title> <style> h1{ co...
asked by 13.11.2017 / 21:22
5
answers

Pass an HTML element by parameter on onclick

I have an HTML, where when doing the event mouseover on a button, an input: text, and a p, these are hidden, and then when clicking on another p these are shown again, the problem is that the tag p I have it like this <p id="show...
asked by 20.09.2018 / 02:08
3
answers

Underlined blue links is not removed [closed]

I have some links in html, but despite having the textdecoration : none sigue igual How do I remove it? .menu-elem { color: #75848B!important; float: left; text-align: center; width: 100px; height: 100%; padding-to...
asked by 28.02.2017 / 17:57
3
answers

Place an image top left corner CSS form

I have a form which has the property id="miformulario" , in which I ask for the data to access a web page. I want this form to appear in the upper left corner of a icon / image .    What properties should I use, in addition to margi...
asked by 03.01.2018 / 18:39
3
answers

Edit div container depending on the child

Is it possible to edit an element depending on the child it contains? <div> <section id="content-area">Soy el hijo de div</section> </div> div < #content-area{ border: solid 1px red; } When...
asked by 14.02.2018 / 16:30
2
answers

CSS does not select the child [closed]

How do I make it work, I put the child in the CSS but it does not catch me. One is called segundo and the other inside it 1 . How do I not inherit? #segundo { width: 1351px; height: 500px; background-color: white; margin:...
asked by 30.08.2017 / 00:44
3
answers

Div divided circular [closed]

They asked me for a job in which there is an area where certain notifications are shown, the design is more or less like this, the circle will be colored depending on the process the user is in (the states control them from the database), but I...
asked by 02.06.2017 / 20:26