G2 templates, question mark and accredible scripts. HackerRank notes.
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user