Questions tagged as 'css'

1
answer

audio on / off with javascript

I have the following codes: #headset { width: 500px; height: 500px; cursor: pointer; background-repeat: no-repeat; background-size: contain; background-image: url("https://image.ibb.co/bMKXrR/Zeichenfl_che_2...
asked by 18.10.2017 / 12:35
4
answers

Place alert to an image

I just made a slider but I want to put an alert when the user clicks the images, for example if you click on the image one that shows an alert that says this is image one.     
asked by 17.10.2017 / 02:44
1
answer

Position fixed in row (materialize)

I am working with materialize for my website and I have the following row: <div class="row"> <div class="col m3">contenido pequeño</div> <div class="col m6">Gran contenido</div> <div class="col m3">conten...
asked by 17.10.2017 / 05:44
1
answer

CSS element loses effect after refreshing the page

On one page I have the following structure: Div that occupies 70% - another div that occupies 30%. I wanted to separate them by an image, thus eliminating the fixed line of separation. That image that separates the 2 div's loses its css posit...
asked by 13.10.2017 / 03:40
2
answers

What are all the PROPERTIES to edit the SCROLLBAR of the Body?

I'm looking for a guide to all the properties that exist to be able to edit the SCROLLBAR as well as observe the images ::-webkit-scrollbar { width: 10px; height: 115px; } ::-webkit-scrollbar-button { width: 0px; he...
asked by 06.01.2018 / 02:03
2
answers

text-shadow circular below the text

I am trying to create the shadow of a background text in a circular way, but I have not been able to achieve it, I have only had the normal shadow. Next, I'll leave an example of what I'm trying to get I only get this link     
asked by 04.10.2017 / 00:17
1
answer

Apply CSS to a div [duplicate]

Hello everyone, I have a question about what I can do with CSS that my div looks like that, biased in half, greetings and I await your comments, have an excellent day.     
asked by 27.09.2017 / 18:42
3
answers

I can not change the color of the navbar

navbar.php code #footer{ background-color:#848484; } .navbar-default { background-color: #ed1b2d; border-color: #7a6b6b; } .navbar-default .navbar-brand { color: #ffffff; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-bra...
asked by 25.09.2017 / 19:39
1
answer

how to make yii2 generate two buttons in a modal on the footer side?

I have a Modal that by clicking on delete, it shows a warning dialog box to eliminate, the problem is that I have a single button and I would like to add another one that says cancel, likewise I would like to add a color to the modal header, but...
asked by 12.10.2017 / 18:24
4
answers

Background that occupies the width and height of the screen

Good morning I wanted to make a vertical web page to practice, and I found this one that I am following as a reference: Link to pag. reference website . How did you do for the initial background image, of your feet occupy exactly the widt...
asked by 08.09.2017 / 19:41