Questions tagged as 'css'

1
answer

Bind a Component variable to the styles directive in Angular

I'm working on Angular 4 but I'm stuck. Let's say I have a CSS class called cover-art : .cover-art { width: 300px; height: 300px; background-color: rojo; } And then I want to update that class through entries in the HTML template. I...
asked by 03.05.2017 / 07:27
1
answer

Submenu does not display when mounted on the server

Good day, I have a problem because when mounting the application on the server and doing the routine tests of the changes that were made I realized that the submenu that in theory should be displayed, does not, but if I execute the project if yo...
asked by 23.10.2018 / 22:16
1
answer

Exchange of icons and text

How could I exchange a <button type="button" class="fa fa-user btn btn-white btn-sm> with <button type="button" class="btn btn-white btn-sm> ? That is, instead of the icon appearing, the text appears. Code: &l...
asked by 13.07.2018 / 09:04
2
answers

Referencing html tag attribute in css [duplicate]

I have a textarea with an attribute placeholder="tu comentario" . I would like to change the color of that text but I do not know how to reference it in the style sheet.     
asked by 15.10.2018 / 11:59
1
answer

How to skew a div with css? [duplicate]

I want to skew a div so that it remains as in the image. And I have no absolute idea to do it. Thank you very much in advance. header{ width: 100%; height: 60px; background-color: #76cad4; box-shadow:2px 2px 5px gre...
asked by 19.12.2018 / 12:35
1
answer

"element style" does not appear in my html and to inspect if

Good, I am editing a template that is already predefined but when trying to modify the width of the image that you see on the screen (where a person appears) I can not find the style element that appears in the inspection image. In the html code...
asked by 23.01.2018 / 23:39
2
answers

How can I make contenders on top of a slide? [closed]

I want to know how I can do that green containers but as you can see in the image I was reviewing the code but I think I did not find the class which is being used to create that, but as I see that containers (or do not know how it would be call...
asked by 12.11.2017 / 19:50
2
answers

How to insert fonts without having to install them on the computer? [closed]

I want to know how to include font types without having to install it on the computer and when you copy it on another pc you can see the font.     
asked by 14.05.2018 / 20:18
1
answer

I want to apply style to the container of an element by means of a this or parent

I want you to select the elements that you click to give style <div id="cont-categoria" class="centFRH"> <div id="categoria"> <div class="cont-optionElement"> <div class='elemento 1' iden='1...
asked by 17.03.2017 / 03:02
1
answer

Tooltip in html [duplicated]

I'm trying to insert a tooltip into a table in html but it seems to go to the bottom and is not visible. Script with a summarized version of my problem: - link     
asked by 23.11.2016 / 14:54