-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
80 lines (71 loc) · 1.2 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
75
76
77
78
79
80
#toggle-navigation{
color: white;
}
hr{
height: 1px;
}
*{
padding: 0;
margin:0;
}
.shaz{
overflow: hidden;
}
.footer{
background-color: black;
height: 150px;
line-height: 70px;
}
.woodlanders{
color:white;
font-family: Arial, Helvetica, sans-serif;
font-size: 48px;
padding-left: 5%;
padding-top: 4px;
}
.woodlanders-1{
color: white;
font-family: Arial, Helvetica, sans-serif;
line-height: 3px;
padding-left: 5%;
}
.line{
width: 85%;
background-color: white;
height: 1px;
}
.footer-2{
/* height: 420px; */
background-color: black;
color:rgb(247, 239, 239);
font-family: Arial, Helvetica, sans-serif;
line-height: 30px;
}
a{
text-decoration:underline none;
}
.bg{
height: 423px;
background-color: black;
width: 100;
border-bottom: rgb(112, 108, 108);
}
ul{
list-style: none;
}
.footer-3{
background-color: black;
height: 100px;
width: 100%;
border-top: 1px solid white ;
}
.pic{
width: 30px;
}
.copyright{
color: white;
font-size: 20px;
}
.c-foot{
background-color: black;
}