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