Posts by Danilo Reis Barreto • 34 points
6 posts
-
0
votes4
answers3851
viewsA: Effect when passing the mouse
Good morning Ana, all right? Yes, anything can be done with CSS3. I think a very nice site for you to get your ideas is Codepen. I’ll send you a card effect link and a link from the site itself.…
-
1
votes1
answer59
viewsA: Menu changing page content
Good morning @Thinking. I’m trying to understand what you really want. You have a menu and underneath content, when you open the submenus it is pushing the correct content? You need to work with…
-
-1
votes2
answers1368
viewsA: HTML component for multiple item selection
Speak Thales, all right? I don’t know exactly the name of this 'drag n drop', but I did a search and found a tutorial that explains how to do. ;) Doc:…
-
0
votes3
answers209
viewsA: Prevent login on a Submit form
Campo Email: Use the required attribute in the required fields, this attribute requires the user to type something. <input id=email class=displayBlock type="email" placeholder="Email"…
-
0
votes2
answers442
viewsA: Is it possible to create mobile games with just c#?
I think one of the best ways to create C# Apps would be with Xamarin. Take a look at this link below, I think it’s exactly what you’re looking for.…
-
1
votes2
answers95
viewsA: Tabpanel does not work with angular
As our friend Brayan mentioned in his post, it is necessary to change href="#home" to data-target="#home". => data-target recognizes by the ID passed to tab, for example: // Tab <div…