Line 16: | Line 16: | ||
position: relative; | position: relative; | ||
margin: auto; | margin: auto; | ||
+ | background-color: #ddd; | ||
} | } | ||
+ | .wrap { | ||
+ | width: 800px; | ||
+ | height: 1500px; | ||
+ | background-color: #666; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | |||
/* Next & previous buttons */ | /* Next & previous buttons */ |
Revision as of 05:21, 12 October 2018
<!DOCTYPE html>