Questions tagged as 'css'

0
answers

How was CSS developed?

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?     
asked by 30.12.2017 / 14:42
1
answer

Menu only appears on scroll up

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...
asked by 07.01.2018 / 20:23
2
answers

Problem with a class in css and html

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...
asked by 26.12.2017 / 15:51
0
answers

CSS takes to load in window resize

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...
asked by 24.12.2017 / 21:51
0
answers

How to make a cursor monitored in html?

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...
asked by 28.12.2017 / 02:05
1
answer

How do I apply formatting on the parent element through the child element class with CSS or SASS?

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...
asked by 15.08.2016 / 15:53
0
answers

How to work with interchangeable menu?

I'm trying to implement an interchangeable menu, see below: Whenyouclickonthethreechopsticksitopensaverticalmenuontherightsideofthescreen: Whenheclicksonthethreechopstickshegoesbacktohiding,butthereisone.Whenitisinamobileformat,seehowtheappl...
asked by 03.01.2018 / 00:56
0
answers

How to maintain uniform time for slides regardless of the number of slides?

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...
asked by 16.12.2017 / 18:45
1
answer

Stylization of views - Laravel

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....
asked by 15.12.2017 / 01:56
1
answer

Remove a slide from a swiper by class

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:...
asked by 31.12.2017 / 22:26