-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
52 lines (43 loc) · 809 Bytes
/
styles.css
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
49
50
51
52
/******************************************************************************
* Name: Dean Lorenzo
* Student number: 0367298
* Course: Web Development - 2008 (228566)
* Assignment: Final Project
* Created: Nov 12, 2022
* Updated: Nov 17, 2022
* Purpose: Add styling for the site.
*****************************************************************************/
.header-body{
background-color: #f6e5dd;
margin-bottom: -16px;
}
.index-body{
height: 15em;
}
ul{
list-style: none;
}
.top-nav-li,
.bottom-nav-li,
.top-nav-search,
.nav-li,
.tbl-li,
.heading_inline,
.select-option-li{
display: inline-block;
}
.top-logo{
width: 7em;
}
.thumb{
height: 75px;
}
.img-view{
width: 40em;
}
.copyright{
padding-left: 2.6em;
}
.error-message{
color: red;
}