-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
114 lines (92 loc) · 1.45 KB
/
Copy pathmain.css
File metadata and controls
114 lines (92 loc) · 1.45 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
@charset "utf-8";
html {
height: 100%;
}
body {
height: 100%;
background-image:url(images/bg.jpg);
background-color: #ccc;
}
#container {
width: 600px;
text-align:center;
margin-top: 25px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding-bottom: 50px;
}
#portfolio li a, a:link {
color: #333;
text-decoration:none;
}
#portfolio li a:hover, a:active {
color: #4d5c63;
}
#portfolio {
width: 600px;
margin: 20px 0 0 0;
}
#portfolio li {
font-family: 'Open Sans', Helvetica, sans-serif;
font-size: 24px;
display:inline;
text-align: center;
text-shadow: 0.075em 0.075em #ececec;
}
#portfolioDisplay {
width: 600px;
margin-top:15px;
font-family: 'Open Sans', Helvetica;
font-size: 18px;
color: #333;
text-shadow: 0.1em 0.1em #ececec;
}
#portfolioDisplay .thumbs img{
padding:5px;
margin-top:10px;
}
.contact_wrapper {
width: 260px;
text-align: left;
padding-left:175px;
}
#contact{
width:600px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
#contact p {
margin-bottom: 15px;
}
#contactinfo{
float:right;
width:210px;
}
#contactinfo li{
font-size: 18px;
margin-top:16px;
margin-left:10px;
height:36px;
padding-bottom: 5px;
}
#contactinfo a, a:link {
color: #333;
text-decoration:none;
}
#contactinfo a:hover, a:active {
color: #333;
text-decoration:underline;
}
#contacticons{
float:left;
width:50px;
}
#contacticons img {
padding-bottom: 5px;
}
#clear{
clear:both;
}