-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css~
60 lines (56 loc) · 971 Bytes
/
stylesheet.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
#container {
position: absolute;
height: 100%;
width: 100%;
}
#header {
background-color: black;
height: 270px;
}
#userphoto {
float: right;
margin: 14px 29px 0 7px;
}
#logo {
border: 2px dotted white;
position: absolute;
width: 269px;
height: 95px;
margin: 0 auto;
}
/*#search {
position:absolute;
top: 33%;
left: 50%;
width: 480px;
height: 326px;
margin: -163px 0 0 -240px;
background-color: gray;
}
#searchbox{
position: absolute;
left: 50%;
top: 50%;
height: 23px;
width: 470px;
margin: -12px 0 0 -235px;
background-color:red;
}
#textbox {
position: relative;
left: 237px;
top: 3px;
width: 430px;
height: 15px;
margin: -10px 0 0 -235px;
}*/
#footer {
background-color: black;/*#f2f2f2;*/
height:40px;
border-top: 1px solid #e4e4e4;
/*width:100%;
position: fixed;
bottom: 0px;
right: 0px;
left: 0px;*/
}