mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 07:45:04 +00:00
added info text for choosing the right image
This commit is contained in:
parent
ae7d8df4c3
commit
d8ff7976e4
2 changed files with 6 additions and 0 deletions
|
@ -32,6 +32,11 @@ h2{
|
||||||
font-size: calc(10px + 4vmin);
|
font-size: calc(10px + 4vmin);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p{
|
||||||
|
max-width: 100%;
|
||||||
|
width: calc(40vh + 15vw);
|
||||||
|
}
|
||||||
|
|
||||||
.HeaderImage{
|
.HeaderImage{
|
||||||
height: calc(10px + 30vmin);
|
height: calc(10px + 30vmin);
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
|
@ -61,6 +61,7 @@ return (
|
||||||
<img src={HeaderImage} className="HeaderImage" alt="Volt Logo" />
|
<img src={HeaderImage} className="HeaderImage" alt="Volt Logo" />
|
||||||
|
|
||||||
<h2>Choose your Photo:</h2>
|
<h2>Choose your Photo:</h2>
|
||||||
|
<p>It should best be a square image or your face in the middle. The photo is not saved and never leaves your computer.</p>
|
||||||
|
|
||||||
<label className="labelButton" tabIndex="0" style={{outline:'none'}}>
|
<label className="labelButton" tabIndex="0" style={{outline:'none'}}>
|
||||||
{!!photo ? <img src={photo} alt="Preview" /> : null}
|
{!!photo ? <img src={photo} alt="Preview" /> : null}
|
||||||
|
|
Loading…
Reference in a new issue