Skip to content

Commit f25be78

Browse files
Update videos.html
1 parent 3ccef47 commit f25be78

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed

Assets/videos.html

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -33,30 +33,27 @@
3333
<a class="active item">Videos</a>
3434
</div>
3535
</div>
36-
<div class="ui text container center aligned" id="videosSearch-Container">
37-
<h1 class="ui inverted header center aligned">
38-
Search for Videos about Your Favorite Games!
39-
</h1>
40-
<div class="ui center aligned category search">
41-
<div class="ui icon input center aligned">
42-
<input id="userInput" class="prompt" type="text" placeholder="Start the journey...">
43-
<i class="search icon"></i>
44-
</div>
45-
</div>
46-
</div>
4736
</div>
4837

49-
<!-- the div that will hold all the cards with the news search results -->
50-
<div class="ui inverted vertical center aligned segment" id="video-container">
51-
<!-- <--- contaier for videos -->
52-
<div class="ui inverted vertical center aligned segment" id="videoOuter">
53-
<div class="ui inverted vertical center aligned segment" id="video-Content"></div>
38+
<div class="ui text container center aligned" id="videosSearch-Container">
39+
<h1 class="ui inverted header center aligned">
40+
Search for Videos about Your Favorite Games!
41+
</h1>
42+
<div class="ui center aligned category search">
43+
<div class="ui icon input center aligned">
44+
<input id="userInput" class="prompt" type="text" placeholder="Start the journey...">
45+
<i class="search icon"></i>
5446
</div>
5547
</div>
56-
57-
58-
48+
</div>
5949

50+
<!-- the div that will hold all the cards with the news search results -->
51+
<div class="ui inverted vertical center aligned segment" id="video-container">
52+
<!-- contaier for videos -->
53+
<div class="ui fluid container" id="videoOuter">
54+
<div class="ui basic segment" id="video-Content"></div>
55+
</div>
56+
</div>
6057

6158

6259
</body>
@@ -69,4 +66,4 @@ <h1 class="ui inverted header center aligned">
6966

7067

7168

72-
</html>
69+
</html>

0 commit comments

Comments
 (0)