Mijn vraag
Hoe verhelp ik dat letters op mobiel door elkaar staan? (zie afbeelding onderaan)
Relevante software en hardware die ik gebruik
SublimeText + HTLM + CSS
Wat ik al gevonden of geprobeerd heb:
script gemaakt in CSS voor verschillende devices :
Hoe verhelp ik dat letters op mobiel door elkaar staan? (zie afbeelding onderaan)
Relevante software en hardware die ik gebruik
SublimeText + HTLM + CSS
Wat ik al gevonden of geprobeerd heb:
script gemaakt in CSS voor verschillende devices :
Cascading Stylesheet:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
| body { background-color: #00E0FF ; font-family: arial, sans-serif; color: black; line-height: 5px; } h1 { font-size: 16px;} h2 { font-size: 12px;} p { font-size: 10px;} @media all and (min-width: 520px) { html { font-size: 60%; } h1 { font-size: 14px;} h2 { font-size: 12px;} p { font-size: 10px;} } @media all and (min-width: 980px) { html { font-size: 80%; } h1 { font-size: 20px;} h2 { font-size: 14px;} p { font-size: 12px;} } @media all and (min-width: 1260px) { html {font-size: : 100%;} h1 { font-size: 24px;} h2 { font-size: 18px;} p { font-size: 16px;} } html { font-size: 62.5% } h1 { font-size: 16px; font-size: 1.6rem;} h2 { font-size: 12px; font-size: 1.2rem;} p { font-size: 10px; font-size: 1.0rem;} } |
:strip_exif()/f/image/9u29KuIUe1Ioa0ezYWRVDIt8.jpg?f=fotoalbum_large)
[ Voor 0% gewijzigd door RobIII op 14-11-2021 01:06 . Reden: Wederom: Gebruik code tags a.u.b. ]