-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader-test.html
More file actions
38 lines (31 loc) · 894 Bytes
/
header-test.html
File metadata and controls
38 lines (31 loc) · 894 Bytes
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
<html>
<head>
<meta http-equiv="Pragma" content="no-cache">
<!--START CUSTOM HEADER-->
<div class="mobile_logo" style="
height: 117px;
margin-top: 0;
border-top: none;
background-color: #004B8E;
height: 148px;
widgth: 100%;
position:relative;
width: 980px;
display: flex;
">
<img src="https://raw.githubusercontent.com/craigboman/UDlibguides/master/library-header.jpg" style="background-image:no-repeat;height:117px;width:1167px">
">
<div class="transbox" style="font-family: Chronicle;
font-size: 45px;
color: white;
border-bottom:none;
margin-top: 20px;
margin-left: 335px;
">
<p>Research Guides</p>
</div>
</img>
</div>
<!--END CUSTOM HEADER-->
</body>
</html>