Skip to content

Commit

Permalink
Update App.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudranil8 authored Feb 1, 2025
1 parent 9c7c3e8 commit 006a8e1
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion src/components/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@
grid-gap: 15px;
background: #e8eaf1;
font-family: Arial, Helvetica, sans-serif;
}
textarea{
background: #eff1f5;
outline: none;
border: none;
border-radius: 5px;
padding: 20px;
font-size: 20px;
}
.preview{
padding-left: 20px;
padding-right: 20px;
} */
.app{
min-height: 100vh;
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 15px;
background: #e8eaf1;
font-family: Arial, Helvetica, sans-serif;
}

textarea{
Expand All @@ -19,4 +39,4 @@
.preview{
padding-left: 20px;
padding-right: 20px;
} */
}

0 comments on commit 006a8e1

Please sign in to comment.