G2 templates, question mark and accredible scripts. HackerRank notes.

This commit is contained in:
Norm Rasmussen
2023-06-08 16:53:46 -04:00
parent 20ef5dab44
commit b5a86e1abb
8 changed files with 247 additions and 63 deletions

View File

@ -21,7 +21,7 @@
{% include "sub_navigation" %}
{% include 'courses_catalog' %}
</main>
{% comment %} {% include "footer" %} {% endcomment %}
{% include "footer" %}
<style>
body { background: #FEFEFE; }
@ -116,6 +116,10 @@
max-width: 760px;
}
}
a {
text-deocration:none;
color:white;
}
</style>