-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
74 lines (62 loc) · 1.37 KB
/
style.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
69
70
71
72
73
74
body{
color: black;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 14px;
background-color: cyan;
margin: 0px;
}
#mainbar
{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 14px;
background-color: blue;
height: 80px;
color: ivory;
background-image: url(background1.png)
}
.content{
background-color: brown;
background-color: blueviolet;
/*margin-top: 10px;
margin-bottom: 10px;
margin-right: 320px;
border-radius: 5px;*/
padding: 10px;
font-size: 20px;
width: 1200px;
height: 600px;
background-color:aquamarine;
/*background-image: url(signup.jpg)*/
}
.sidebar{
background-color: brown;
background-color: blueviolet;
/*margin: 10px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-radius: 5px;
margin-bottom: 0px; */
padding: 20px;
font-size: 20px;
float: right;
width: 750px;
background-color:aquamarine;
height: 580px;
/*background-image: url(signup.jpg);*/
}
#bottombar
{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 14px;
background-image: url(signup.jpg);
height: 80px;
margin: 0px;
padding: 15px;
}
#username_password
{
color: white;
margin-top : 0px;
padding-left: 1400px;
}