SATISH
@satish064All solutions
- Submitted about 1 month ago
Responsive Product Preview Card Using html and CSS
- HTML
- CSS
Any it you link to suggest
- Submitted about 1 month ago
Responsive Testimonial-Grid-Section Using HTML & CSS
- HTML
- CSS
Design of Every project which available in frontend.
- Submitted about 2 months ago
Responsive Omelete Recipe Page using HTML And CSS
- HTML
- CSS
When I completed the desktop design and moving to the mobile design, I faced one big problem of omelet image width covers all the area of the mobile design 100% but I make project using 1 container in main tag in html according to the desktop design and give the padding to the container but When I jump to the mobile design I google this problem, and I try to apply not pseudo to the first-child of the container but I not able to do that So , I changed the html structure and make 2 divs in html in one I give omelet image and in second div I give other remaining html content and then give padding to it then this problem was solved