Line 33: | Line 33: | ||
<input type="button" style="width:10rem;height:10rem;background: gray" onClick="timedMsgs()"></div> | <input type="button" style="width:10rem;height:10rem;background: gray" onClick="timedMsgs()"></div> | ||
</html> | </html> | ||
+ | |||
+ | <html> | ||
+ | <style> | ||
+ | |||
+ | @media screen and (min-width:680px){ | ||
+ | .nav_block{ | ||
+ | width:50%; | ||
+ | height:15rem; | ||
+ | box-shadow: 0 0 3rem rgba(0,0,0,0.3); | ||
+ | border:1px solid #DDDDDD; | ||
+ | background:gray left; | ||
+ | background-size: 50% auto; | ||
+ | } | ||
+ | .nav_block div{ | ||
+ | |||
+ | } | ||
+ | |||
+ | } | ||
+ | |||
+ | </style> | ||
+ | <div class="nav_block"> | ||
+ | <div><h3>Title</h3><p>This is text</p><div class="go"></div></div> | ||
+ | </div> | ||
+ | <html> |
Revision as of 09:45, 22 September 2018
Text box is blank!