質問するログイン新規登録

質問編集履歴

1

書式の改善

2020/09/15 10:47

投稿

chapman
chapman

スコア4

title CHANGED
File without changes
body CHANGED
@@ -24,15 +24,6 @@
24
24
  ###
25
25
 
26
26
  ```CSS
27
- header {
28
- text-align: center;
29
- width: 1035px;
30
- height: 145px;
31
- margin: 0 auto;
32
- }
33
- .top-title a {
34
- text-decoration: none;
35
- }
36
27
  .nav-header {
37
28
  list-style: none;
38
29
  justify-content: center;
@@ -48,27 +39,4 @@
48
39
  display: flex;
49
40
  justify-content: space-between;
50
41
  width: 1035px;
51
- }
42
+ }
52
- .home::after {
53
- content:'⌵';
54
- }
55
- .page::after {
56
- content: '⌵';
57
- }
58
- .home {
59
- padding-right: 13px;
60
- }
61
- .page,.taipo {
62
- padding: 0 13px;
63
- }
64
- .info {
65
- padding: 0 0 0 13px;
66
- }
67
- .form-text {
68
- background-image: url(image/search-icon@2x.png);
69
- width: 24px;
70
- height: 24px;
71
- background-size: 24px 24px;
72
- border-style: none;
73
- }
74
- ```