Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudranil8 authored Jan 31, 2025
1 parent c3e00bb commit e8fea68
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/components/App.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.app{
min-height: 100vh;
display: grid;
grid-template-columns: 1fr 1fr;
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;
}

0 comments on commit e8fea68

Please sign in to comment.