greenleaf02
greenleaf02
KPCKevin Powell - Community
Created by greenleaf02 on 4/26/2024 in #back-end
trouble using express.js
i have a js file that im using express.js code using the nodemailer module. What im trying to do is have a user enter their details in a form and when they press a button i receive details that they entered as an email, but i dont seem to understand what the problem is. in my browser im getting this error
Uncaught ReferenceError: require is not defined
at app.js:1:20
Uncaught ReferenceError: require is not defined
at app.js:1:20
i did some searching and it said the browser cannot understand node.js files or something like that, Does anyone know what the actua problem is
12 replies
KPCKevin Powell - Community
Created by greenleaf02 on 4/10/2024 in #ui-ux
how to use a response from an api request
No description
12 replies
KPCKevin Powell - Community
Created by greenleaf02 on 4/7/2024 in #ui-ux
unclear and grainy background image
No description
19 replies
KPCKevin Powell - Community
Created by greenleaf02 on 4/5/2024 in #ui-ux
media queries
i have a question about media queries. For this code
@media (min-width: 768px) and (max-width: 1200px) {
.logo {
height: 90px;
width: 90px;
margin-left: 75px;
}
}
@media (min-width: 768px) and (max-width: 1200px) {
.logo {
height: 90px;
width: 90px;
margin-left: 75px;
}
}
is this even correct? Should the pixel values not be between 768 and 1200? or is it like 0 starts from 768 an 90px is just at 858 type of thing? or am i completely misunderstanding this?
1 replies
KPCKevin Powell - Community
Created by greenleaf02 on 4/5/2024 in #ui-ux
gradient navbar?
No description
19 replies
KPCKevin Powell - Community
Created by greenleaf02 on 3/31/2024 in #front-end
is this some kind of combination
No description
10 replies
KPCKevin Powell - Community
Created by greenleaf02 on 3/25/2024 in #front-end
Image dimensions not matching p
No description
9 replies