Sources base text added for where they will go and did some css editing on it

This commit is contained in:
Jordan
2026-08-10 11:55:50 +12:00
parent d767817b7a
commit 861ef41a9f
5 changed files with 31 additions and 3 deletions
+10 -2
View File
@@ -86,12 +86,14 @@ image {
}
.sources {
background-color: gray;
background-color: rgba(187, 185, 185, 0.479);
color: white;
text-align: left;
height: 200px;
width: 1660px;
width: 1710px;
margin-top: auto;
margin-left: -20px;
margin-bottom: -27px;
}
.sourcescontent{
@@ -99,6 +101,12 @@ image {
color:white;
}
.sourcestext{
color: rgb(97, 97, 97);
font-family: Arial, Helvetica, sans-serif;
line-height: 8px;
}
.mainpart {
display: flex;
flex-direction: column;
+6 -1
View File
@@ -21,6 +21,11 @@
<footer class="sources">
<div class="sourcescontent">
<h2>Sources</h2>
<div>
<p class="sourcestext">links to sources would go here</p>
<p class="sourcestext">source one will embed link into text</p>
<p class="sourcestext">source two will embed link into text</p>
<p class="sourcestext">source three will embed link into text</p>
<p class="sourcestext">source four will embed link into text</p>
</div>
</footer>
{% endblock %}
+5
View File
@@ -21,6 +21,11 @@
<footer class="sources">
<div class="sourcescontent">
<h2>Sources</h2>
<p class="sourcestext">links to sources would go here</p>
<p class="sourcestext">source one will embed link into text</p>
<p class="sourcestext">source two will embed link into text</p>
<p class="sourcestext">source three will embed link into text</p>
<p class="sourcestext">source four will embed link into text</p>
<div>
</footer>
{% endblock %}
+5
View File
@@ -21,6 +21,11 @@
<footer class="sources">
<div class="sourcescontent">
<h2>Sources</h2>
<p class="sourcestext">links to sources would go here</p>
<p class="sourcestext">source one will embed link into text</p>
<p class="sourcestext">source two will embed link into text</p>
<p class="sourcestext">source three will embed link into text</p>
<p class="sourcestext">source four will embed link into text</p>
<div>
</footer>
{% endblock %}
+5
View File
@@ -21,6 +21,11 @@
<footer class="sources">
<div class="sourcescontent">
<h2>Sources</h2>
<p class="sourcestext">links to sources would go here</p>
<p class="sourcestext">source one will embed link into text</p>
<p class="sourcestext">source two will embed link into text</p>
<p class="sourcestext">source three will embed link into text</p>
<p class="sourcestext">source four will embed link into text</p>
<div>
</footer>
{% endblock %}