Salam bu css menunun CENTER hissəyə salmaq istəyirəm amma alınmır. Kömək edin xahiş edirəm.
1 | #menu { |
2 | overflow: hidden; |
3 | width: 1000px; |
4 | padding: 0px; |
5 | border-radius: 20px 0px 20px 0px; |
6 | font-size: 20px; |
7 | color: #000000; |
8 | -webkit-transition: all; |
9 | -moz-transition: all; |
10 | -ms-transition: all; |
11 | -o-transition: all; |
12 | transition: all; |
13 | background-color: #064C8A; |
14 | background-repeat: no-repeat; |
15 | margin-left: auto; |
16 | margin-bottom: 30px; |
17 | text-align: center; |
18 | letter-spacing: normal; |
19 | vertical-align: top; |
20 | word-spacing: normal; |
21 | background-position: center center; |
22 | background-attachment: fixed; |
23 | } |
24 |
25 | #menu ul { |
26 | margin: 0px 0px 0px 0px; |
27 | padding: 0px 0px; |
28 | list-style: none; |
29 | line-height: normal; |
30 | text-align: center; |
31 | } |
32 |
33 | #menu li { |
34 | display: inline-block; |
35 | } |
36 |
37 | #menu a { |
38 | display: block; |
39 | padding: 15px 40px 15px 40px; |
40 | text-decoration: none; |
41 | text-transform: uppercase; |
42 | text-align: center; |
43 | font-size: 14px; |
44 | font-weight: 200; |
45 | color: #FFFFFF; |
46 | border: none; |
47 | } |
48 |
49 | #menu a:hover, #menu .current_page_item a { |
50 | text-decoration: none; |
51 | } |
52 |
53 | #menu .current_page_item a { |
54 | background: #05457D; |
55 | color: #FFFFFF; |
56 | } |
57 |
58 | #menu .last { |
59 | border-right: none; |
60 | } |
Əvvəlcədən təşəkkürlər!
Verilmiş cavablar və yazılan şərhlər (2 cavab var)
1
margin: 0 auto; edin
0
Təşəkkür edirəm işimə yaradı
Sual verin
Cavab verin