P
abs8090
@abs8090All solutions
html and vanilla css
PSubmitted 8 months ago- making the the layout responsive using media query
- make the size of the elements to decrease as the screen size decreases so that the content does not go to the next line. For example, each word in the title "Simple Omelette recipe" is in a separate line as the screen size reaches a certain screen size or smaller. I'd like to keep them in the same line in all screen sizes.
vanilla html and css
PSubmitted 8 months agohow to make the content of the p tag to go to the next line at a certain point to match the figma design.