-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylecss2.css
More file actions
90 lines (86 loc) · 2.06 KB
/
Copy pathstylecss2.css
File metadata and controls
90 lines (86 loc) · 2.06 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
stylecss2.css
#header
{
width: auto;
height: auto;
padding: 10px;
margin: 20cm;
border: #232323;
}
#border1
{
border-radius: 10px;
border-style:none;
width: auto;
padding-top: 3px;
padding-bottom: 3px;
height: 1.5cm;
background-color: beige;
}
#border2
{
border-style:hidden ;
border-radius: 10px;
text-align: left;
padding-left: 3px;
width: auto;
height: 1cm;
margin-top: 10px;
margin-bottom: 10px;
background-color: black;
}
#leftcoloumn
{
float: left;
width: 30%;
padding-right: 15px;
}
#menu1 {
background:beige;
border-radius: 10px;
width: 100%;
height:338px;
padding: 20px;
text-align:left;
margin-bottom: 5px;
}
#content
{
width:auto;
height: 10cm;
border-radius: 10px;
background-color: white;
}
#menu3
{
float: right;
width:65%;
height:100%;
left: 0%;
bottom:0%;
right: 170%;
top: 25%;
border-radius: 10px;
background-color: beige;
}
#Menu {
background-color:#000000;
border-radius: 10px;
float: right;
width: auto;
height: 300px;
padding: 10px;
margin: 5px;
top: 0;
}
#footer
{
padding-bottom: 3px;
padding-top: 3px;
border-style: none;
border-radius: 10px;
width: auto;
height: 1.5cm;
margin-top: 10px;
background-color: black;
}