Skip to content

Commit 3750b5a

Browse files
committed
connected css to html (blush)
1 parent 0ee8c44 commit 3750b5a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Sprint-3/slideshow/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<link rel="stylesheet" href="style.css" />
67
<title>Image carousel</title>
78
<script defer src="slideshow.js"></script>
89
</head>

Sprint-3/slideshow/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ body {
1212
}
1313

1414
#slide {
15-
width: 300px;
16-
height: 200px;
15+
width: 450px;
16+
height: 300px;
1717
object-fit: cover;
1818
border-radius: 10px;
1919
}

0 commit comments

Comments
 (0)