-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
68 lines (56 loc) · 764 Bytes
/
main.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
#container{
width: 1000px;
margin: auto;
border-color: black;
border-style: dotted;
margin-bottom: 35px;
}
#top{
background-color: lightgray;
height: 90px;
font-size: 40px;
line-height: 65px;
text-align: center;
}
#center{
min-height: 500px;
}
#logowanie{
text-align: center;
}
#footer table{
width: 100%;
}
#footer{
margin-top: 15px;
}
.error{
color: red;
font-weight: bold;
}
#menu{
float: left;
width: 200px;
padding-left: 30px;
/*background-color: red; */
}
#menu ul{
margin-top: 0px;
}
#content{
float: left;
padding-left: 30px;
width: 740px;
/*background-color: green; */
}
#content h1{
margin-top: 0;
}
#TrescZadania{
text-align: justify;
padding-right: 200px;
}
.brak{
color: gray;
text-decoration: none;
}