1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2025-01-02 21:12:37 +00:00

removed old code

This commit is contained in:
thomasrosen 2021-01-21 19:51:32 +01:00
parent 58d33c7943
commit 2c00b89c17
2 changed files with 0 additions and 14 deletions

View file

@ -36,8 +36,6 @@ h2{
margin: 2vh;
}
.App-logo {
height: 40vmin;
.FrameChooser .frame{
height: 12vh;
margin: 2vh;
@ -53,15 +51,6 @@ h2{
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,
.labelButton{
outline: none;
@ -82,8 +71,6 @@ button:hover,
transform: scale(1.05);
}
.App-link {
color: #61dafb;
.labelButton img{
display: inline;
height: calc(10px + 4vmin);

View file

@ -58,7 +58,6 @@ function App() {
return (
<div className="App">
<input type="file" onChange={handleImage} />
<img src={HeaderImage} className="HeaderImage" />
<h2>Choose your Photo:</h2>