Sources base text added for where they will go and did some css editing on it
This commit is contained in:
+10
-2
@@ -86,12 +86,14 @@ image {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sources {
|
.sources {
|
||||||
background-color: gray;
|
background-color: rgba(187, 185, 185, 0.479);
|
||||||
color: white;
|
color: white;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
width: 1660px;
|
width: 1710px;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
|
margin-left: -20px;
|
||||||
|
margin-bottom: -27px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sourcescontent{
|
.sourcescontent{
|
||||||
@@ -99,6 +101,12 @@ image {
|
|||||||
color:white;
|
color:white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sourcestext{
|
||||||
|
color: rgb(97, 97, 97);
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
line-height: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.mainpart {
|
.mainpart {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
@@ -21,6 +21,11 @@
|
|||||||
<footer class="sources">
|
<footer class="sources">
|
||||||
<div class="sourcescontent">
|
<div class="sourcescontent">
|
||||||
<h2>Sources</h2>
|
<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>
|
</footer>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@@ -21,6 +21,11 @@
|
|||||||
<footer class="sources">
|
<footer class="sources">
|
||||||
<div class="sourcescontent">
|
<div class="sourcescontent">
|
||||||
<h2>Sources</h2>
|
<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>
|
<div>
|
||||||
</footer>
|
</footer>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@@ -21,6 +21,11 @@
|
|||||||
<footer class="sources">
|
<footer class="sources">
|
||||||
<div class="sourcescontent">
|
<div class="sourcescontent">
|
||||||
<h2>Sources</h2>
|
<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>
|
<div>
|
||||||
</footer>
|
</footer>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@@ -21,6 +21,11 @@
|
|||||||
<footer class="sources">
|
<footer class="sources">
|
||||||
<div class="sourcescontent">
|
<div class="sourcescontent">
|
||||||
<h2>Sources</h2>
|
<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>
|
<div>
|
||||||
</footer>
|
</footer>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user