Label images.

This commit is contained in:
Bill Thiede 2019-10-14 21:46:23 -07:00
parent 8826f6dee5
commit 036fb17333
2 changed files with 3 additions and 0 deletions

View File

@ -10,4 +10,6 @@ html, body, #root {
.frame { .frame {
display: inline-block; display: inline-block;
color: #fff;
text-shadow: 0 0 4px #000, 0 0 8px #000 ;
} }

View File

@ -87,6 +87,7 @@ class App extends React.Component {
onMouseLeave={mouseLeave} onMouseLeave={mouseLeave}
className="frame" className="frame"
style={{backgroundImage: 'url("' + url + '")', ...style}}> style={{backgroundImage: 'url("' + url + '")', ...style}}>
<p>{name}</p>
</div>) </div>)
}); });
} }