Difference between revisions of "MainPage:TDIH"
From The Mickey Wiki: Your Walt Disney World Encyclopedia!
(Created page with "<html> <style> .hist { width: 22em; height: 21em; color: white; background-image:url('https://themickeywiki.com/images/DonaldBoard.JPG'); background-repeat: no-repea...") |
|||
| Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
| − | . | + | .content:before { |
| − | + | content: ""; | |
| − | + | z-index: -1; | |
| − | + | position: absolute; | |
| − | background-image:url('https://themickeywiki.com/images/DonaldBoard.JPG'); | + | display: block; |
| − | + | background-image: url('https://themickeywiki.com/images/DonaldBoard.JPG'); | |
| − | + | width: 27vw; | |
| − | + | height: 25vw; | |
| − | filter: | + | filter: brightness(40%) ; |
| + | background-size: cover; | ||
} | } | ||
| − | . | + | .content { |
| − | + | z-index: 0; | |
| − | font-size: 1.5em; | + | width: 24vw; |
| + | color: white; | ||
| + | display: inlign; | ||
| + | overflow: auto; | ||
| + | } | ||
| + | .content p { | ||
| + | padding: 3vw; | ||
| + | font-size:1.5em; | ||
| + | text-align: center; | ||
| + | vertical-align: middle; | ||
} | } | ||
</style> | </style> | ||
| + | <div class="content"> | ||
| + | <p>Here is some fun fact of some sort about Epcot or something IDK.</p> | ||
| + | </div> | ||
</html> | </html> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 02:07, 27 September 2021
Here is some fun fact of some sort about Epcot or something IDK.