-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomeScreen.css
118 lines (104 loc) · 1.69 KB
/
homeScreen.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
#header{
background-color: #0096d6;
width: 960px;
height: 75px;
position: absolute;
}
#homeButton{
position: absolute;
margin-left: 160px;
margin-top: 21px;
height: 30px;
border-radius: 5px;
background-color: #FFFFFF;
}
#profileButton{
position: absolute;
margin-left: 600px;
margin-top: 21px;
height: 30px;
border-radius: 5px;
background-color: #FFFFFF;
}
#searchBox{
border-style: solid;
border-color:#4B7B9F;
border-width: 1px;
position: absolute;
margin-left: 690px;
margin-top: 21px;
height: 30px;
border-radius: 5px;
}
#headerLogoPic{
position: absolute;
height: 61px;
width: 119px;
margin-left: 23px;
margin-top: 7px;
}
#footer{
background-color: teal;
width: 960px;
height: 35px;
position: absolute;
margin-top: 960px;
}
#footerPic{
height: 35px;
width: 960px;
margin:0px;
}
body h1{
position: absolute;
margin-top: 130px;
margin-left: 10px;
width: 220px;
height: 30px;
font-size: 24px;
border-bottom: 3px solid #0096d6;
}
body ul{
position: absolute;
margin-top: 170px;
margin-left: 50px;
width: 220px;
height: 30px;
font-size: 18px;
}
body ul li{
margin-top: 10px;
list-style-type: none;
before
}
body ul li:before {
content: "-";
width: 1px;
margin-right: 5px;
}
#horizontalBar{
position: absolute;
background-color: #0096d6;
width: 3px;
height: 760px;
margin-top: 85px;
margin-left: 250px;
}
#trendingSidebarBackground{
position: absolute;
background-color: #0096d6;
margin-left: 10px;
margin-top: 550px;
border-radius: 5px;
height: 300px;
width: 220px;
}
#trendingSidebar h1{
position: absolute;
margin-top: 495px;
margin-left: 10px;
width: 220px;
height: 30px;
font-size: 24px;
border-bottom: 3px solid #0096d6;
}