-
Notifications
You must be signed in to change notification settings - Fork 0
Topic1 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| margin: 10px; | ||
| } | ||
|
|
||
| section.section { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Los nombres de las clases deberian ser mas significativos
| margin-left: 230px; | ||
| } | ||
|
|
||
| button.button { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mismo acá
| <link rel="stylesheet" href="css/style.css"> | ||
| </head> | ||
| <body onload="showSection(), get_repos(), display_matrix()"> | ||
| <script type="text/javascript" src="script.js"></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
El pedido de un script debería estar al final del , justo antes del cierre de la etiqueta.
No description provided.