KuniakiTakenaka 3 vuotta sitten
vanhempi
commit
a667e2ae92
2 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 2
    2
      css/slideme.css
  2. 3
    3
      index.html

+ 2
- 2
css/slideme.css Näytä tiedosto

@@ -79,7 +79,7 @@ li.prev {
79 79
 	left: -5px;
80 80
 }
81 81
 
82
-.position-absolute {
82
+.positionabsolute {
83 83
 	font-size: xx-large;
84 84
 	line-height: 120%;
85 85
 	text-align: center;
@@ -87,6 +87,6 @@ li.prev {
87 87
 	font-weight: bold;
88 88
 }
89 89
 
90
-.position-absolute a :hover {
90
+.positionabsolute a :hover {
91 91
 	color: white;
92 92
 }

+ 3
- 3
index.html Näytä tiedosto

@@ -163,20 +163,20 @@
163 163
         <article id="imgae">
164 164
             <div class="item">
165 165
                 <div style="position: relative;	width: 690px;	height: 50px;background-color: blue;">
166
-                  <div class="position-absolute" style="height: 5px;">
166
+                  <div class="positionabsolute" style="height: 5px;">
167 167
                     新型コロナウイルス感染症について
168 168
                   </div>
169 169
                 </div>
170 170
               <a href="second/Coronavirus.html">
171 171
                 <div style="position: relative;	width: 345px;	height: 160px;float: left;background-color: cornflowerblue;">
172
-                  <div class="position-absolute" style="color: black;">
172
+                  <div class="positionabsolute" style="color: black;">
173 173
                     北方町の状況や<br />対応についてはこちら
174 174
                   </div>
175 175
                 </div>
176 176
               </a>
177 177
               <a href="second/Vaccination.html">
178 178
                 <div style="position: relative;	width: 345px;	height: 160px;float: left;background-color: yellow;">
179
-                  <div class="position-absolute" style="color: black;">
179
+                  <div class="positionabsolute" style="color: black;">
180 180
                     ワクチン接種<br />についてはこちら
181 181
                   </div>
182 182
                 </div>

Loading…
Peruuta
Tallenna