-
Notifications
You must be signed in to change notification settings - Fork 2
/
na_style_1.css
59 lines (41 loc) · 967 Bytes
/
na_style_1.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
53
54
55
56
57
58
59
@charset "utf-8";
/*
Elegant Style Sheet
Filename: na_style_1.css
Supporting Files:
*/
/* Set the default page element styles */
body {
background: url(na_back_1.png) repeat top left / 530px 300px;
font-family: Verdana, Geneva, sans-serif;
}
/* Main Section Styles */
section#main {
background: rgb(59, 136, 197);
box-shadow: rgb(43, 87, 129) 0px 0px 50px;
}
div#box {
background: url(na_wall_1.png) no-repeat;
background-size: cover;
}
/* Article Styles */
article {
position: absolute;
color: rgb(102, 115, 126);
top: 15px;
left: 620px;
width: 240px;
font-size: 1.4em;
font-family: 'Times New Roman', Times, serif;
}
article p {
margin: 0px 0px 10px 0px;
text-shadow: rgb(255, 255, 255) 3px 3px 8px;
}
address {
color: rgb(227, 227, 163);
}
/* Page footer styles */
footer span a:hover {
color: rgb(227, 227, 163);
}