Ken
@ubcyukinyAll solutions
Responsive four-card-feature-section using React CSS Tailwind
#tailwind-css#vite#reactPSubmitted 7 months agoCoding style, practices, smells, redundancies. Any feedback would be appreciated!
Responsive product-preview-card using react, mobile first workflow
#vite#reactPSubmitted 7 months agoFeedback on coding style, practices would be appreciated!
Responsive recipe page using react
#vite#reactPSubmitted 8 months agoNeed help on how to align the tables closer to the design.
When styling the whole page, say the background color of the full page, which one should I style on? Body, main or #root?
Thanks!
Responsive social links profile using React
#react#vitePSubmitted 8 months agoNot sure how to use Inter-VariableFont_slnt,wght.ttf font file in fonts. I tried using it in @font-face in css:
@font-face { font-family: 'Inter'; font-display: swap; src: url('Inter-VariableFont_slnt,wght.ttf') format('truetype'); }
But it would not render Inter fonts but Times New Roman instead, I got around by having multiple font faces: Inter-Bold.ttf/Inter-Regular.ttf etc.
Any help on how to use this ttf file, so that I only have to import 1 font-face only and change their font-weight would be appreciated!
Responsive Blog Preview Card using html css
PSubmitted 8 months agoWould appreciate feedbacks on coding practices, code smells
QR code component using html and css
PSubmitted 8 months agoI need to work on my understanding of the display property and viewport unit. Would also appreciate some feedback on my coding style!