How should i edit the code of this program; so it looks like the wirframe i attached; the buttons with a cross myst be positioned vertically ?

Joined
Apr 12, 2022
Messages
22
Reaction score
1
You must translate it from spanish to understand it This is the attached image
New Wireframe 1.png




the buttons must contain the following text The software i am trying to program is a a bank website programmed with HTML, CSS , JAVASCRIPT and PHP its first code is in the folder .vscode that is inside the folder BANCODINEROMAX in the file called: launch.json; the code is:

{
// Use IntelliSense para saber los atributos posibles.
// Mantenga el puntero para ver las descripciones de los existentes atributos.
// Para más información, visite: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
} the code of this software is in this github repository: https://github.com/afjkrtrtr/bancodineromax.git
 
Last edited:

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top