-
Notifications
You must be signed in to change notification settings - Fork 335
Expand file tree
/
Copy pathplot blocks repeat.css
More file actions
47 lines (46 loc) · 928 Bytes
/
plot blocks repeat.css
File metadata and controls
47 lines (46 loc) · 928 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
*{
outline: 1px dotted red;
}
#wrapper{
width: 950px;
background-color: silver;
margin: 0px auto;
padding-top: 30px;
}
#header{
min-height: 150px;
background-color: green;
margin: 0px 30px 30px 30px;
}
#navigation{
min-height: 300px;
width: 200px;
background-color: blue;
margin: 0px 30px 30px 30px;
display: inline-block;
vertical-align: top;
}
#main_content{
min-height: 400px;
width: 625px;
background-color: red;
padding: 15px;
margin-bottom: 30px;
display: inline-block;
vertical-align: center;
}
.subcontents{
min-height: 150px;
width: 180px;
background-color: yellow;
margin-bottom: 15px;
margin-right: 15px;
display: inline-block;
vertical-align: top;
}
#advertisement{
min-height: 150px;
width: 580px;
background-color: purple;
margin-top: 15px;
}