Outsourcing for layout solutions

Morning web enthusiasts. I looking to get a source code to this design right here. Thanks in advance!
No description
20 Replies
ἔρως
ἔρως4mo ago
@mod i believe this is in breach of the #📝rules, specifically #7
Jochem
Jochem4mo ago
yup @Kivngfavour we do not allow hiring people to do work for you on this server. Please refrain from doing so in the future
Kivngfavour
KivngfavourOP4mo ago
So sorry its just a challenge I got from the web I just needed clarity. My bad.
Jochem
Jochem4mo ago
I'd recommend giving it a shot yourself and asking for help when you get stuck
MarkBoots
MarkBoots4mo ago
Frontend Mentor
Frontend Mentor | Chat app CSS illustration coding challenge
In this challenge, you'll be building out the entire app illustration from scratch. This will seriously test your CSS skills. So give it a go if you feel confident!
ἔρως
ἔρως4mo ago
an even bigger reason to try it
clevermissfox
clevermissfox4mo ago
This is a simple two column layout, it doesn’t get much easier, give it a go and then send your codePen (read this too #how-to-ask-good-questions ) and specifically what you’re struggling with .
althepal78
althepal784mo ago
if that is a website you can right click and look at source code however the background looks like an svg to the left and used as a background image in css
body{
background: url('pathtoimage.jpg');
background-position: left;
}
body{
background: url('pathtoimage.jpg');
background-position: left;
}
b1mind
b1mind4mo ago
When I did it I just used a linear gradient 🙂
ἔρως
ἔρως4mo ago
that is for a challenge to practice your html and css knowledge you only get images
b1mind
b1mind4mo ago
na they give you shitty starter files with bad practices in them (one the reasons I don't like FMentor)
ἔρως
ἔρως4mo ago
then they give you images and mistakes got it
b1mind
b1mind4mo ago
Yea also you can't really see it in that picture cause its terrible color/contrast but there is a lighter repeated one on the right from the bottom
b1mind
b1mind4mo ago
No description
b1mind
b1mind4mo ago
So I just made a pseudo :before/after with linear gradient it seems 😄 no reason for an SVG on this (and I'm a SVG fanboi) Another issue I have with FEMentor is their designs being poor a11y and spacings
ἔρως
ἔρως4mo ago
isnt that the site that brings us the clones of netflix and imdb?
b1mind
b1mind4mo ago
no they are "orignal" designs Those clones are just people or influencers talking about the clones made. idk why it has become a trend but 🤷‍♂️ Not like either of those sites have any challenges I mean most people don't clone the animations which is the only tricky part of Netflix the layout is stupid simple
ἔρως
ἔρως4mo ago
and staying off of being dmca'd isnt easy either
Zach
Zach4mo ago
Yall should contrib to Jellyfin
Zach
Zach4mo ago
GitHub
GitHub - jellyfin/jellyfin: The Free Software Media System
The Free Software Media System. Contribute to jellyfin/jellyfin development by creating an account on GitHub.

Did you find this page helpful?