-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
48 lines (46 loc) · 871 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<meta name="viewport", initial-scale=1">
<style>
/* body{
min-height: 100vh;
display: flex;
flex-direction: column;
}
footer{
margin-top: auto;
} */
form {border: 3px solid #f1f1f1;}
.footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
background-color: #ffa31a;
text-align: center;
height: 20px;
margin-bottom: -220px;
width: 100%;
padding-top: 2px;
margin-top: auto;
font-size: 14px;
padding-bottom: 2px;
}
@media (max-width:600px) {
.footer {
font-size: 10px;
height: 25px;
margin-bottom: 0px;
}}
@media (max-width:800px) {
.footer {
font-size: 14px;
height: 35px;
margin-bottom: -290px;
}}
</style>
</head>
<body>
<div class="footer"><font color="Black">University of San Carlos Community Extension Services. <strong>Copyright 2023.</strong></div>