I am just starting out as a web developer and I'm currently working on a project using Bootstrap 4.
Here is the HTML code I have:
Lorem ipsum dolor sit amet enim. Etiam ullamcorper. Suspendisse a pellentesque 03 Baza wiedzyAnd here is the CSS code:
.boxes .box3 {
background-position: center;
background-size: cover;
background-image: url("/img/slide3.jpg");
color: white;
height: 872px;
}
...
.boxes-show-search-ico {
cursor: pointer;
}
.boxes .border-3 {
border-width: 3px !important;
}
Here is a preview of my work: https://ibb.co/wB4qht5
However, I am facing a small issue with my input field.
I want to create an animation for the input field when it's in focus, where the text "czego szukasz" should appear after clicking on the input field. It should behave similar to this example: (imie, nazwisko, numer telefonu, etc).
Can anyone guide me on how to achieve this effect?