- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
Latest commit
69 lines (67 loc) · 1.02 KB
/
Copy pathcss.css
File metadata and controls
69 lines (67 loc) · 1.02 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
#mainBlock {
background-color: darkblue;
width:970px;
height:900px;
}
#title {
background-color: red;
width:950px;
height:50px;
margin:10px;
margin-top:2px;
margin-right:10px;
margin-left:10px;
padding:3px;
font-size:15px;
color: whitesmoke;
}
#text {
position: relative;
left:10px;
bottom:10px;
}
#menu {
background-color: lightblue;
width:150px;
height:240px;
margin-left:5px;
font-size:12px;
border-radius:15px;
}
#mainBody {
background-color: black;
width:765px;
height:700px;
margin-left:10px;
margin-right:5px;
color: gray;
font-size:18px;
padding:10px;
}
#mainBody,
#menu {
display: inline-block;
vertical-align: top;
}
#moreInfo {
width:930px;
height:30px;
position: absolute;
top:850px;
background-color: lightskyblue;
color: gray;
padding-left:30px;
padding-top:15px;
margin-left:5px;
font:14px;
}
var {
color: lightblue;
font-style: normal;
}
div {
border-radius:15px;
}
#menuul {
margin-block-start:5px;
}