-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2.css
More file actions
146 lines (126 loc) · 1.83 KB
/
Copy path2.css
File metadata and controls
146 lines (126 loc) · 1.83 KB
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
body{
background-color: white;
max-width: 100%;
width: 100%;
font-family: arial sans-serif;
margin: auto;
text-align: center;
}
#image {
padding-top: 8em;
}
#menu{
padding: -25px;
width: 960px;
max-width: 100%;
min-width: 100%;
text-align: center;
margin: auto;
}
#menu ul li{
list-style-type: none;
line-height: auto;
display: inline-block;
clear: left;
text-align: center;
position: relative;
margin: 15px;
background-color: lightcyan;
border: 1px dashed darkblue;
border-radius: 20px;
padding: 10px;
}
#menu ul li a {
background-color: #0099cc;
border-radius: 15px;
padding: 5px;
list-style-type: none;
}
#menu ul li:hover {
background-color: #0099cc;
}
#contanier{
width: 980px;
max-width: 65%;
min-width: 50%;
border: 1px solid green;
text-align: center;
margin: auto;
}
#bar{
width: 30%;
border: 1px solid black;
float: left;
clear: left;
padding: 4px;
margin: auto;
}
ul li{
list-style-type: none;
line-height: auto;
display: inline-block;
clear: left;
margin: auto 0px 0px 0px;
text-align: center;
}
#search{
position: relative;
left: 43%;
line-height: 25px;
}
header img{
position: static;
text-align: center;
}
#section{
max-width: 65%;
border: 1px solid red;
text-align: center;
float: right;
}
#contacts{
width: 65%;
float: right;
border: 1px solid green;
}
input{
width: 300px;
height: 25px;
margin: 10px;
}
textarea{
width: 400px;
height: 250px;
}
footer{
width: 100%;
max-width: 100%;
min-width: 600px;
height: 100px;
clear: both;
}
footer img {
padding: 10px;
}
.foot {
width: 98%;
}
.time-wrapper {
font-style: italic;
font-size: 35px;
float: right;
display: block;
color: green;
padding: 5px;
position: static;
margin: 20px;
}
#social {
float: left;
margin-left: 10px;
}
.address {
text-align: center;
margin-right: 9em;
float: left;
}