Changed reseting page added emailcode page and new password page will need to make more secure all just placeholders atm so its fine
This commit is contained in:
@@ -1,33 +1,11 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block content %}
|
||||
<style>
|
||||
|
||||
.sources {
|
||||
background-color: gray;
|
||||
color: white;
|
||||
text-align: left;
|
||||
height: 200px;
|
||||
width: 1660px;
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
.sourcescontent{
|
||||
margin-left: 8px;
|
||||
color:white;
|
||||
}
|
||||
|
||||
.mainpart {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 80vh;
|
||||
}
|
||||
</style>
|
||||
<div class="mainpart">
|
||||
<h1>Information on bivariate data Analysis</h1>
|
||||
|
||||
<div class="information">
|
||||
<h2>information</h2>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="formulas">
|
||||
|
||||
Reference in New Issue
Block a user