Questions tagged as 'css3'

0
answers

Problem loading fonts when uploading site to server

I'm using some fonts that I've stored inside a folder on my system. When I run the system locally there is no problem, however when I upload the server to the server (amazon) the fonts stop being displayed. Does anyone know what can it be? This...
asked by 28.04.2018 / 20:46
2
answers

js ul lis appear one post one

So I have a ul with its li's . I would like to make a js so that every li appears and disappears ( automatically in an infinite loop ) to make way for the next li . That is, every li appears in sequen...
asked by 19.04.2018 / 12:48
1
answer

Required modal Bootstrap

I have a modal, where I need to do the field validations, however in the modal I can not put the required=required , because it does not open the modal. How can I proceed, in order for the function to function as required? Here are t...
asked by 16.04.2018 / 14:49
1
answer

Display div below div on mobile

I'm a beginner in CSS , I have% of two and three columns that fit well when displayed in PC , but I need to change their behavior when viewed < in> mobile . I would like divs to be one underneath the other but I can not. Below is my...
asked by 17.04.2018 / 23:22
1
answer

how do I define where my scroll animation (jquery) should end up as a string on the page

Hello, I would like to know how to define a location where the one-page scrolling effect should stop. The problem I face is that by clicking on one of the links in my navigation menu in the header the automatic scrolling scrolls to the desired c...
asked by 02.04.2018 / 20:55
0
answers

ionic 3 item select background color

Whenever I select the item it becomes all yellow and I can not see which one was selected, it would be possible to change this yellow background to some other color <ion-item> <ion-select style="background-color: #fff"[(ngM...
asked by 27.03.2018 / 21:22
0
answers

The source does not change it only changes the weight but not the family on the front end!

The source does not change the family only the width on the front and does not show any error in the console! @import url("https://fonts.googleapis.com/css?family=Ubuntu"); .menu-vin li a{ display:block; text-decoration: none;...
asked by 26.03.2018 / 15:58
1
answer

How to use the transition effect on a display?

Good morning, okay? I'm trying, but I have not yet been able to use the transition effect to make smooth switching from display:block to display:none and vice versa. I'm using JS for when the user rolls the page to apply...
asked by 28.02.2018 / 16:27
1
answer

Left and Translate

Recently I saw that some programmers are using left and translate , instead of left and margin . Example below .container{ width 100%; border: 1px solid black; height:300px; } .bloco1{ width:50px; heig...
asked by 27.02.2018 / 14:57
1
answer

Align radio button mobile

I'm having trouble leaving the radio button next to the text. Only in the mobile version that is "breaking" (The text is above and the radio buttom goes to the bottom line). I need you to look like this: Here'smycode:<divclass="row"...
asked by 27.02.2018 / 19:26