jeudi 13 mai 2021

Why CSS doesn't apply in mobile?

I search this problem but and follow the suggested solution and still didn't work?

Why when i view my app in chrome using mobile the styles doesn't apply? but in desktop view is it ok. btw, i used mobile first method.

sample image in mobile view:

expected mobile view

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA- 
Compatible" 
contentt="IE=edge">
<meta name="viewport" 
contentt="width=device- 
widthh, initial-scale=1.0">
<title>Conversion 
 Appp</title>
<link rel="stylesheet" href="file:///C:/Program%20Files/Font%20Awesome/fontawesome-free-5.15.2-web/css/all.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/calculator.css">
</head>

Aucun commentaire:

Enregistrer un commentaire