Skip to content

Commit

Permalink
set up airtable
Browse files Browse the repository at this point in the history
  • Loading branch information
tin0312 committed Sep 21, 2023
1 parent 0713391 commit 38444da
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 18 deletions.
155 changes: 155 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"airtable": "^0.12.2",
"boostrap": "^2.0.0",
"bootstrap": "^5.3.1",
"react": "^18.2.0",
Expand Down
7 changes: 4 additions & 3 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,13 @@ textarea {
background: transparent;
border-bottom: 1px solid white;
margin-bottom: 4%;
color: white;
}
input[type="text"],
textarea::placeholder {
#message{
color: white;
height:150px;
}

button[type="submit"] {
background: transparent;
border: none;
Expand Down Expand Up @@ -286,7 +288,6 @@ button[type="submit"]::after {
box-shadow: 0 0 20px rgba(0, 204, 0);
transition: transform 0.3s;
}

.social-icon:hover {
transform: scale(1.5); /* Apply a scale transformation on hover */
cursor: pointer;
Expand Down
Loading

0 comments on commit 38444da

Please sign in to comment.