-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage_indexDash.php
40 lines (39 loc) · 1.12 KB
/
page_indexDash.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
<style type="text/css">
body{
background-size: cover;
animation: animate 20s ease-in-out infinite;
}
@keyframes animate{
0%, 100%{
background-image: url('<?php echo base_url('assets/image/14.jpg') ?>');
}
25%{
background-image: url('<?php echo base_url('assets/image/15.jpg') ?>');
}
50%{
background-image: url('<?php echo base_url('assets/image/16.jpg') ?>');
}
75%{
background-image: url('<?php echo base_url('assets/image/17.jpg') ?>');
}
/* 80%{
background-image: url('<?php echo base_url('assets/image/18.jpg') ?>');
}
100%{
background-image: url('<?php echo base_url('assets/image/19.jpg') ?>');
}
150%{
background-image: url('<?php echo base_url('assets/image/20.jpg') ?>');
}
200%{
background-image: url('<?php echo base_url('assets/image/21.jpg') ?>');
}*/
</style>
<div class="container" style="margin-top: 50px">
<br><br><br>
<h1 class="text-center">Pediatrics Pharmacy</h1>
<img class="center-block" src="<?php echo base_url('assets/image/logo.png') ?>" width="450px">
</div>
</div>
</body>
</html>