Questions tagged as 'front-end'

1
answer

Difficulty in making a different Shape

div { width: 280px; height: 280px; background: #1e90ff; -webkit-clip-path: polygon(15% 0, 100% 0%, 100% 29%, 41% 49%); clip-path: polygon(15% 0, 100% 0%, 100% 29%, 41% 49%); } <div></div> Good morning, good afte...
asked by 03.11.2016 / 20:28
0
answers

I'm having trouble with Bower installation, how do I solve it? [closed]

I'm having trouble with bower installation, I already had it installed, I even worked on some projects using "yo + grunt + bower". However, today when I was creating a new project I got a problem in running bower, when I run the command to insta...
asked by 19.07.2014 / 03:30
3
answers

Improving jquery code

I have a code in jquery that does the following, it creates a class after the hover, until it is working normally, but since I will have to replicate this action in other places but will change the css properties of each section, in the case are...
asked by 08.10.2018 / 16:14
1
answer

Add 3 forms to 1 submit

I have 3 forms: form1 , form2 and form3 . p> I do not know how I can "merge" them so that I only need a <input type=submit /> for the three instead of creating a Submit for each Is there any way to do this?...
asked by 04.10.2016 / 22:06
3
answers

How to make these radio buttons to the checkbox style, and change the value of a text depending on the choice? [duplicate]

Ineedtoputonmysitejustasitisinthisimage.IalreadydidinHTMLandCSSthesquarewiththeprice.HomeIdonotknowmuchaboutJSandIcannotdothesquaresontheleft.HomeByclickingon"No Visit / With Visit" it must change the value of the price. The buttons should be...
asked by 02.05.2018 / 17:45
2
answers

Difficulty removing item from inverted list in Vue

I'm picking up time to use list in Vue. An inverted list for a computed display is displayed on the screen. I need to show it reversed so when you add an item it appears at the top. However, the way I did Vue is lost in removing the correct item...
asked by 29.11.2017 / 20:37
1
answer

Doubt about the map function

I have this object { "alunos": [ { "aluno": { "id": 1, "nome": "Genevieve Sipes", "status": "Ativo" }, "mensalidade": { "status...
asked by 28.01.2018 / 20:37
1
answer

Why does the "container" class in Bootstrap leave side spaces on the page? This is normal?

Why does the "container" class in Bootstrap leave side spaces on the page? Is this normal or am I forgetting something? I need to know how to change the height of each row , as I tried to use height and it does not recognize.     
asked by 26.10.2017 / 14:56
3
answers

Doubt regarding CSS selectors

I started studying CSS shortly, and when I looked at the CSS of a page I came across the following excerpt: @media (min-width:10px){ body{max-width:none} } I would like to know what kind of selector is @ , and how this structure with...
asked by 31.01.2017 / 17:41
1
answer

How do I make a modal shoot and stay in the footer / bottom of the page?

Modal by default fires from top to top. I want to do the reverse. Let it shoot from below and stay there (at the bottom / footer / footer). I changed the top of it, but in the mobile the positioning is incorrect. <div class="modal fade bs-e...
asked by 09.12.2015 / 15:19