Label images.
This commit is contained in:
parent
8826f6dee5
commit
036fb17333
@ -10,4 +10,6 @@ html, body, #root {
|
||||
|
||||
.frame {
|
||||
display: inline-block;
|
||||
color: #fff;
|
||||
text-shadow: 0 0 4px #000, 0 0 8px #000 ;
|
||||
}
|
||||
|
||||
@ -87,6 +87,7 @@ class App extends React.Component {
|
||||
onMouseLeave={mouseLeave}
|
||||
className="frame"
|
||||
style={{backgroundImage: 'url("' + url + '")', ...style}}>
|
||||
<p>{name}</p>
|
||||
</div>)
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user