Line 43: | Line 43: | ||
box-shadow: 0 0 3rem rgba(0,0,0,0.3); | box-shadow: 0 0 3rem rgba(0,0,0,0.3); | ||
border:1px solid #DDDDDD; | border:1px solid #DDDDDD; | ||
− | |||
− | |||
} | } | ||
− | .nav_block div{ | + | .nav_block img{ |
+ | width:50%; | ||
+ | float:left; | ||
+ | background:gray; | ||
+ | background-size:cover: | ||
+ | } | ||
+ | .nav_block > div{ | ||
+ | float:right: | ||
+ | width:50%; | ||
+ | box-sizing:border-box; | ||
} | } | ||
Line 54: | Line 61: | ||
</style> | </style> | ||
<div class="nav_block"> | <div class="nav_block"> | ||
+ | <img src=""> | ||
<div><h3>Title</h3><p>This is text</p><div class="go"></div></div> | <div><h3>Title</h3><p>This is text</p><div class="go"></div></div> | ||
</div> | </div> | ||
<html> | <html> |
Revision as of 09:48, 22 September 2018
Text box is blank!