python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Best practice responsive react js
I'm developing a frontend application that must be responsive at least for desktop and mobile resolutions.
I'm wondering what's the recommended way to structure the codebase.
Searching online various ...
Taz
Votes: 0
Answers: 0
Problems with a responsive Layout
I was using the @media in the CSS style file.
then I've determined to make two max-width of 1648px and 944px, for the border-radius of the grid
display:flex;
flex-direction:column;
in border-radius ...
Ahmed Zaki
Votes: 0
Answers: 2
Media Query to resize image struggle
I have tried using media query to resize images on my page according to screen-size but it didn't work , need help.
Here is the relevant code of images in my html :
<body>
<div class="...
gurds91
Votes: 0
Answers: 1
Calculator not shrinking to fit screen width
@import url('https://fonts.googleapis.com/css2?family=Rokkitt:wght@600&display=swap');
* {
margin: 0;
}
html {
text-align: center;
font-family: 'Rokkitt', serif;
}
.calc {
display: ...
Fedechini
Votes: 0
Answers: 2