File tree 2 files changed +11
-8
lines changed
2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 19
19
< a href ="imgPart/images.html ">
20
20
< div class ="images "> Bilder och Videor</ div >
21
21
</ a >
22
- < div class ="story "> Vad spelet handlar om</ div >
23
- < div class ="info "> Information om spelet</ div >
22
+ < a href ="/infoPart/index.html ">
23
+ < div class ="story "> Vad spelet handlar om</ div >
24
+ </ a >
25
+ < a href ="infoOmSpelet/index.html ">
26
+ < div class ="info "> Information om spelet</ div >
27
+ </ a >
24
28
</ main >
25
29
</ body >
26
30
</ html >
Original file line number Diff line number Diff line change @@ -31,25 +31,25 @@ main {
31
31
margin-top : 35px ;
32
32
}
33
33
34
- main > div {
34
+ main > div {
35
35
transition : width 0.3s , height 0.3s , font-size 0.3s ;
36
36
border-radius : 6px ;
37
37
}
38
38
39
- main > div : hover {
39
+ main > div : hover {
40
40
background-color : # e19ef5 ;
41
41
width : 175px ;
42
42
height : 215px ;
43
43
cursor : pointer;
44
44
font-size : 18px ;
45
45
}
46
46
47
- a > div {
47
+ a > div {
48
48
transition : width 0.3s , height 0.3s , font-size 0.3s ;
49
49
border-radius : 6px ;
50
50
}
51
51
52
- a > div : hover {
52
+ a > div : hover {
53
53
background-color : # e19ef5 ;
54
54
width : 175px ;
55
55
height : 215px ;
@@ -72,7 +72,6 @@ a > div:hover{
72
72
height : 200px ;
73
73
background-color : # c678dd ;
74
74
text-align : center;
75
-
76
75
}
77
76
78
77
.info {
@@ -84,7 +83,7 @@ a > div:hover{
84
83
text-align : center;
85
84
}
86
85
87
- a {
86
+ a {
88
87
text-decoration : none;
89
88
color : black;
90
89
}
You can’t perform that action at this time.
0 commit comments