OSDN Git Service

bodyの高さ指定
authorhayao <shun819.mail@gmail.com>
Sat, 13 Apr 2019 06:17:46 +0000 (15:17 +0900)
committerhayao <shun819.mail@gmail.com>
Sat, 13 Apr 2019 06:17:46 +0000 (15:17 +0900)
style/main.css

index 4cd2710..27ad174 100644 (file)
@@ -97,6 +97,7 @@ body {
   margin-left: 10%;
   margin-right: 10%;
   padding: 3% 3%;
+  height: 100%;
 }
 
 
@@ -157,4 +158,5 @@ tbody tr th {
 }
 tbody tr:nth-of-type(2n) {
   background: #f5f5f5;
-}
\ No newline at end of file
+}
+