I'm trying to find out, but I've been researching for some time and found no reference, would anyone have an idea how CSS was developed?
Was it developed with any specific language? What technology is used?
Good afternoon, can someone give me an example of a script to make the menu of a certain website only appear when we scroll up?
Here's my menu
ul.menu{
list-style-type: none;
margin: 0;
padding: 0;
background-color...
Well I have a problem
when I call the background in the body {} it appears as it is in img:
ButwhenIusethesamecsscodeforadivorasectionitdoesnotappearanything.howtoimg: Wellthecsscodeinquestionisthis;.slidee{margin:0px;overflow:hidden;background...
It's a beginner question yet, I'm using the materialize framework and I'm having a problem that when I slow down or increase the window some elements take a long time for the css to load, or sometimes I need to refresh the page to load the css o...
Two screens / two chessboard and each screen with a respective cursor are displayed. This cursor will increase or decrease the number of squares. How do I make the cursor associated with each of the screens work this way (increase or decrease th...
I have the following structure just for example:
<div>
<div class="filho">teste</div>
</div>
I have class .filho with position: absolute ;
I would like to know if using .filho I can also apply...
I'm trying to implement an interchangeable menu, see below:
Whenyouclickonthethreechopsticksitopensaverticalmenuontherightsideofthescreen: Whenheclicksonthethreechopstickshegoesbacktohiding,butthereisone.Whenitisinamobileformat,seehowtheappl...
I have the code below that works normally.
However, with one drawback:
The more images I put on the slide the faster the images change.
I would like to make sure that, regardless of the amount of images added to the slide, they touch ea...
By default of Laravel, the welcome.blade.php view comes with styling in the view itself and not in a separate file.
I would like to know if this practice of styling the view in the same file is correct or should be stylized separately....
I have the following swiper:
var swiperBanner = new Swiper('.swiper-container-banner', {
slidesPerView: 1,
speed: 1200,
loop: true,
grabCursor: true,
freeMode: false,
preventClicks: true,
autoplay: {
delay:...