@@ -24,6 +24,7 @@ function randString($length, $charset='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmno
24
24
<head>
25
25
<title>Kazoom - Email subscription</title>
26
26
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
27
+ <link rel="stylesheet" href="css/style.css" type="text/css">
27
28
<style type="text/css">
28
29
body {
29
30
padding-top: 10px;
@@ -33,14 +34,16 @@ function randString($length, $charset='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmno
33
34
max-width: 500px;
34
35
padding: 19px 29px 29px;
35
36
margin: 0 auto 20px;
36
- background-color: lightgrey;
37
37
border: 1px solid #e5e5e5;
38
38
-webkit-border-radius: 5px;
39
39
-moz-border-radius: 5px;
40
40
border-radius: 5px;
41
41
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
42
42
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
43
43
box-shadow: 0 1px 2px rgba(0,0,0,.05);
44
+
45
+ background-color: #efefef;
46
+ box-shadow: 2px 3px 9px 2px rgba(0, 0, 0, 0.3);
44
47
}
45
48
46
49
</style>
@@ -52,10 +55,10 @@ function randString($length, $charset='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmno
52
55
<h3 ><a class="muted" href="index.php">KaZoom</a></h3>
53
56
</div>
54
57
55
- <hr / >
58
+ <hr class="gradientHr" >
56
59
<div class="subscribe-holder">
57
60
<h4 class="subscribe-holder-heading">Subscribe to new courses notifications</h4>
58
- <hr / >
61
+ <hr class="gradientHr" >
59
62
60
63
<?php
61
64
@@ -89,7 +92,7 @@ function randString($length, $charset='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmno
89
92
?>
90
93
</div>
91
94
<footer>
92
- <hr / >
95
+ <hr class="gradientHr" >
93
96
<p>© San Jose State University</p>
94
97
</footer>
95
98
</div>
0 commit comments