-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.css
More file actions
103 lines (84 loc) · 1.13 KB
/
default.css
File metadata and controls
103 lines (84 loc) · 1.13 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
* {
font-family: Courier;
clear:right;
}
#mug {
position: absolute;
bottom: 0;
left: 0;
opacity: 0.5;
z-index: 0;
height:100%;
}
h1 {
font-size: 4em;
float: right;
width: 500px;
margin-right: -18px;
box-shadow: 3px 3px 5px black;
text-align: center;
background-color: white;
}
div {
position: relative;
float: right;
position: relative;
margin-right: 20%;
border: 2px solid black;
width: 28.5em;
background-color: white;
box-shadow: 3px 3px 5px black;
/*border-radius: 5px;*/
}
div p {
margin:5px;
}
#social {
float: right;
margin-right: 20%;
width: 28.5em;
}
td img {
height: 4em;
width: 4em;
margin-left: .8em;
}
td img:hover {
}
td {
display: inline-block;
margin-left: 1.47em;
margin-top: 3px;
}
table {
position: relative;
}
#nav {
position: relative;
margin-right: 20%;
margin-top: -1em;
border: 2px solid black;
width: 28.5em;
}
#info {
margin-top: 2em;
}
a {
color: black;
text-decoration: none;
}
a:hover {
color:red;
}
#footer {
text-align: center;
}
div table {
margin-left: 1em;
}
#headercontainer {
box-shadow: none;
border: none;
background-color: transparent;
width: 30em;
}