Posts by Bernardo • 67 points
3 posts
-
1
votes1
answer17
viewsQ: App background
I wonder if there’s a way to make triangles with div’s that are responsive like the background of an app, or if it’s better to use a vector image. If you refer me to a website with veotorial images,…
-
1
votes0
answers30
viewsQ: -Webkit- for apps
I am developing an app for android and iOS, and in this I need to use the -Webkit-. My question is whether I can actually use -Webkit- for the app without problems. Note: the app is not over the…
-
3
votes6
answers14587
viewsQ: Show the largest and smallest number
Why are you wrong? var n1 = parseFloat(prompt("Digite um número:")); var n2 = parseFloat(prompt("Digite um número:")); var n3 = parseFloat(prompt("Digite um número:")); function maiorDosTres(n1, n2,…