Label images.
This commit is contained in:
parent
8826f6dee5
commit
036fb17333
@ -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 ;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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>)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user