forked from vattav90/vattav90.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
91 lines (72 loc) · 950 Bytes
/
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
81
82
83
84
85
86
87
88
89
90
91
body{
background: #666;
color: #fff;
font-family: arial;
line-height: 1.5em;
}
a{
color: #fff;
text-decoration: none;
}
ul{
padding:0;
}
.clr{
clear: both;
}
#container{
background: #333;
width: 960px;
margin:30px auto;
overflow: hidden;
padding:10px;
}
#nav{
height: 40px;
background: #666;
}
#nav ul{
padding-top: 10px;
padding-left: 10px;
}
#nav li{
list-style: none;
float: left;
padding-right: 20px;
}
#nav .active{
font-weight: bold;
color: #000;
}
#main{
float: left;
text-align: justify;
width: 60%;
}
#sidebar{
float: right;
text-align: justify;
width: 30%;
background:#666;
margin-top: 20px;
padding: 10px;
}
#footer {
text-align: center;
padding: 10px;
background: #666;
margin-top: 30px;
}
.services li{
border-bottom: 2px #666 dashed;
padding-bottom: 20px;
}
.services a{
background: #666;
padding: 10px;
}
input, textarea{
width: 100%;
padding-right: 5px;
margin-bottom: 15px;
}