Ken
@ubcyukinyAll solutions
- Submitted about 2 months ago
Responsive four-card-feature-section using React CSS Tailwind
- HTML
- CSS
Coding style, practices, smells, redundancies. Any feedback would be appreciated!
- Submitted about 2 months ago
Responsive product-preview-card using react, mobile first workflow
- HTML
- CSS
Feedback on coding style, practices would be appreciated!
- Submitted about 2 months ago
Responsive recipe page using react
- HTML
- CSS
Need 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!
- Submitted 2 months ago
Responsive social links profile using React
- HTML
- CSS
Not 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!
- Submitted 2 months ago
Responsive Blog Preview Card using html css
- HTML
- CSS
Would appreciate feedbacks on coding practices, code smells
- Submitted 2 months ago
QR code component using html and css
- HTML
- CSS
I need to work on my understanding of the display property and viewport unit. Would also appreciate some feedback on my coding style!