mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2025-01-05 06:18:31 +00:00
removed old code
This commit is contained in:
parent
58d33c7943
commit
2c00b89c17
2 changed files with 0 additions and 14 deletions
13
src/App.css
13
src/App.css
|
@ -36,8 +36,6 @@ h2{
|
||||||
margin: 2vh;
|
margin: 2vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.App-logo {
|
|
||||||
height: 40vmin;
|
|
||||||
.FrameChooser .frame{
|
.FrameChooser .frame{
|
||||||
height: 12vh;
|
height: 12vh;
|
||||||
margin: 2vh;
|
margin: 2vh;
|
||||||
|
@ -53,15 +51,6 @@ h2{
|
||||||
box-shadow: 0 0 0 1vh white;
|
box-shadow: 0 0 0 1vh white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.App-header {
|
|
||||||
background-color: #282c34;
|
|
||||||
min-height: 100vh;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
font-size: calc(10px + 2vmin);
|
|
||||||
color: white;
|
|
||||||
button,
|
button,
|
||||||
.labelButton{
|
.labelButton{
|
||||||
outline: none;
|
outline: none;
|
||||||
|
@ -82,8 +71,6 @@ button:hover,
|
||||||
transform: scale(1.05);
|
transform: scale(1.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
.App-link {
|
|
||||||
color: #61dafb;
|
|
||||||
.labelButton img{
|
.labelButton img{
|
||||||
display: inline;
|
display: inline;
|
||||||
height: calc(10px + 4vmin);
|
height: calc(10px + 4vmin);
|
||||||
|
|
|
@ -58,7 +58,6 @@ function App() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="App">
|
<div className="App">
|
||||||
<input type="file" onChange={handleImage} />
|
|
||||||
<img src={HeaderImage} className="HeaderImage" />
|
<img src={HeaderImage} className="HeaderImage" />
|
||||||
|
|
||||||
<h2>Choose your Photo:</h2>
|
<h2>Choose your Photo:</h2>
|
||||||
|
|
Loading…
Reference in a new issue