Skip to content

Commit 35c316d

Browse files
committed
dsa
1 parent 0665e7e commit 35c316d

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

index.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@
1919
<a href="imgPart/images.html">
2020
<div class="images">Bilder och Videor</div>
2121
</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>
2428
</main>
2529
</body>
2630
</html>

style.css

+5-6
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,25 @@ main {
3131
margin-top: 35px;
3232
}
3333

34-
main > div{
34+
main > div {
3535
transition: width 0.3s, height 0.3s, font-size 0.3s;
3636
border-radius: 6px;
3737
}
3838

39-
main > div:hover{
39+
main > div:hover {
4040
background-color: #e19ef5;
4141
width: 175px;
4242
height: 215px;
4343
cursor: pointer;
4444
font-size: 18px;
4545
}
4646

47-
a > div{
47+
a > div {
4848
transition: width 0.3s, height 0.3s, font-size 0.3s;
4949
border-radius: 6px;
5050
}
5151

52-
a > div:hover{
52+
a > div:hover {
5353
background-color: #e19ef5;
5454
width: 175px;
5555
height: 215px;
@@ -72,7 +72,6 @@ a > div:hover{
7272
height: 200px;
7373
background-color: #c678dd;
7474
text-align: center;
75-
7675
}
7776

7877
.info {
@@ -84,7 +83,7 @@ a > div:hover{
8483
text-align: center;
8584
}
8685

87-
a{
86+
a {
8887
text-decoration: none;
8988
color: black;
9089
}

0 commit comments

Comments
 (0)