added footer to contact page without usingg Javascript
This commit is contained in:
@@ -156,3 +156,11 @@ textarea {
|
||||
.small {
|
||||
font-size: 10px;
|
||||
}
|
||||
.footer {
|
||||
text-align: center;
|
||||
background-color: cadetblue;
|
||||
font-size: 25px;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -63,6 +63,9 @@
|
||||
|
||||
</form>
|
||||
</div>
|
||||
<footer class="footer">
|
||||
stagiaires rpz echoes
|
||||
</footer>
|
||||
<script src="../contact.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user