Questions tagged as 'css'

2
answers

How do I apply a source to all the texts on my website?

I want to put a source that applies to the entire website, the same source.     
asked by 24.08.2018 / 20:51
2
answers

BootStrap expand menu to 100% with in its respective column

I'm doing a layout boostrap to go getting into the thread, in the first row I want to have: on the left the name of the page, and on the right the menu with its buttons and such. The problem that has arisen is that the menu that is sup...
asked by 29.04.2018 / 11:35
2
answers

Remove styles from a select in materialize

I have a form which I need when selecting an option of a select it appears in the other select different items when selecting the first select, it works for me but when using materializecss.com as a framework, it does not show it to me, how can...
asked by 02.05.2018 / 21:43
2
answers

Adapt image 'backgroud-image' base64 to a 'div'?

I have an image (it can vary its dimensions) in base 64 that I have saved in the database, I want to adapt it to a div , but it is cut, as it would do so that in case it exceeds put a scroll . I've already put the overflow in...
asked by 12.03.2018 / 20:02
1
answer

Problem with CSS when linking it with HTML [duplicate]

Hello! Again I with a mega doubt (problem) I want to link my style sheet (css) to my html, maybe they do not have the right permission to be linked. but they are different folders. One is inside the public_html folder and the other is out o...
asked by 06.03.2018 / 08:14
1
answer

How to make a text box appear when flying over the options of a menu in html5?

In html I need that when flying over the options of a menu, a text box appears explaining what is in each An example of a menu that is shown in the image, I would like you to fly over each label a box with an explanatory text appears as show...
asked by 11.03.2018 / 15:13
2
answers

how to put a layer in a background image and highlight text

I'm doing a FULL INTRO style and I'm putting a dark layer in the background image using CSS filter: brightness (0.4); but it also affects the text, as I do so that the text stands out and is not part of the dark layer. My css code: .portada...
asked by 22.02.2018 / 21:15
2
answers

Change the url of css with delay

I would like that when the url change I do it with a lighter effect not very strong my code imagenes = ["fondo1.jpg", "fondo2.jpg", "fondo3.jpg"]; function cambiarFondo() { document.body.style.backgroundImage = "url(assets/i...
asked by 27.12.2017 / 15:23
2
answers

Problems with css, js and addressing when passing to the server with codeigniter

Some time ago I am working on a project that I developed in Codeigniter 3.x where I carry out the typical actions of CRUD, in addition to the call to JOBS in SQL Server. When testing the service locally, it does not present any inconvenience,...
asked by 17.11.2017 / 13:56
3
answers

How to underline only a few letters of a word with CSS?

What I want is to underline the menus but only the first 3 letters of each menu with CSS. I am using: text-decoration: underline #A1E26C; but it underlines everything. Thank you very much     
asked by 17.11.2017 / 22:28