File tree Expand file tree Collapse file tree 1 file changed +20
-15
lines changed Expand file tree Collapse file tree 1 file changed +20
-15
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
- < meta charset ="UTF-8 ">
5
- < title > Document</ title >
6
- < style >
4
+ < meta charset ="UTF-8 ">
5
+ < title > Document</ title >
6
+ < style >
7
7
@import url ('https://fonts.googleapis.com/css?family=Baloo|Crimson+Text' );
8
8
h1 : target {
9
9
animation : dropShadow 1.5s ;
50
50
padding : 3px 6px ; border-radius : 2px ;
51
51
color : white; text-shadow : 1px 1px # 282527 ;
52
52
}
53
- </ style >
53
+ @media (max-width : 520px ){
54
+ body {
55
+ width : 90vw ;
56
+ }
57
+ }
58
+ </ style >
54
59
</ head >
55
60
< body >
56
- < strong > Click on the below links to see the CSS < code > :target</ code > animation</ strong >
57
- < div id =links >
58
- < a href =#title1 > नारंगी</ a > < a href =#title2 > अमरूद</ a > < a href =#title3 > अनार</ a >
59
- </ div >
60
- < div class =filler > </ div >
61
- < h1 id =title1 > नारंगी </ h1 > < a href ="#links "> go to links ⬏</ a >
62
- < div class =filler > </ div >
63
- < h1 id =title2 > अमरूद</ h1 > < a href ="#links "> go to links ⬏</ a >
64
- < div class =filler > </ div >
65
- < h1 id =title3 > अनार</ h1 > < a href ="#links "> go to links ⬏</ a >
66
- < div class =filler > </ div >
61
+ < strong > Click on the below links to see the CSS < code > :target</ code > animation</ strong >
62
+ < div id =links >
63
+ < a href =#title1 > नारंगी</ a > < a href =#title2 > अमरूद</ a > < a href =#title3 > अनार</ a >
64
+ </ div >
65
+ < div class =filler > </ div >
66
+ < h1 id =title1 > नारंगी </ h1 > < a href ="#links "> go to links ⬏</ a >
67
+ < div class =filler > </ div >
68
+ < h1 id =title2 > अमरूद</ h1 > < a href ="#links "> go to links ⬏</ a >
69
+ < div class =filler > </ div >
70
+ < h1 id =title3 > अनार</ h1 > < a href ="#links "> go to links ⬏</ a >
71
+ < div class =filler > </ div >
67
72
</ body >
68
73
</ html >
You can’t perform that action at this time.
0 commit comments