forked from Codingdojo-Trey/Debugging-jQuery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdebugging_jquery.css
More file actions
63 lines (54 loc) · 729 Bytes
/
debugging_jquery.css
File metadata and controls
63 lines (54 loc) · 729 Bytes
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
body
{
background-image: url('dough.jpg');
font-family: sans-serif;
}
h2, h1, a
{
color: white;
}
#wrapper
{
background-color: rgba(2,2,2, .5);
width: 1200px;
margin: 0px auto;
}
#top_headers, #survey, ul, h3
{
display: inline-block;
}
li
{
max-width: 350px;
}
#left_content
{
width: 650px;
display: inline-block;
background-color: rgba(220, 0, 0, .6);
height: 520px;
vertical-align: top;
margin-left: 40px;
}
#right_content
{
width: 450px;
display: inline-block;
background-color: rgba(0, 220, 0, .6);
height: 520px;
vertical-align: top;
}
.box
{
vertical-align: top;
display: inline-block;
width: 300px;
padding: 10px;
}
img
{
width: 310px;
height: 200px;
display: block;
margin: 5px auto;
}