-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBanjo_websiteCSS.css
113 lines (96 loc) · 1.83 KB
/
Banjo_websiteCSS.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
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
h1 {
background: brown;
max-width: 960px;
object-position: center;
padding: 15px;
text-align: center;
}
h2{
background-color: brown;
max-width: 960px;
border: black;
border: 2px;
padding: 10px;
text-align: center;
}
h3{
background-color: brown;
max-width: 350px;
padding: 10px;
text-align: center;
float: left;
}
h4{
background-color: brown;
max-width: 100%;
text-align: center;
padding: 10px;
margin-right: 10px;
border: 5px black ;
}
a:hover {
background-color: #ff4d4d ;
}
p:hover, h1:hover, h2:hover,h3:hover,h4:hover{
background-color: #cc6699;
}
a:visited {
color: solid brown;
}
body{
display: inline;
vertical-align: top;
max-width: 960px;
float: left;
margin-left: 50px;
margin-right: 50px;
border-left: 50px solid brown;
border-top: 10px solid brown;
border-right: 50px solid brown;
border-bottom: 10px solid brown;
font-family: Arial, Helvetica, sans-serif;
background-color: #f2d9e6 ;
background-image: url("http://www.photos-public-domain.com/wp-content/uploads/2012/04/peeling-red-paint-on-old-wood-boards-texture-600x400.jpg");
}
img{
max-width: 100%;
object-position: center;
padding: 15px;
vertical-align: center;
}
table, th, td {
border: 2px solid black;
background: brown;
}
#footer {
display: inline;
vertical-align: top;
position: absolute;
text-align: center;
max-width: 100%;
}
@media screen and (max-width: 500px) {
body {
background-color: #f2d9e6;
}
}
/*body{
margin-left: 450px;
margin-top: 50px;
max-width: 960px;
}
* { outline: 1px solid red; }
table{
float: left;
margin-left: 100px;
margin-top: 500px;
}
/*img {
max-width: 756px;
}
main {
display: inline;
vertical-align: top;
width: 756px;
float: right;
}