We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ece80 commit 06f9527Copy full SHA for 06f9527
MarvelWorld-Cli/app/styles/app.css
@@ -1,4 +1,4 @@
1
-h2, h3{
+h2, h3,h4,h5{
2
color:#000;
3
}
4
MarvelWorld-Cli/app/templates/movies/index.hbs
@@ -11,6 +11,7 @@
11
{{/each}}
12
</ul>
13
<div>
14
+ <h5>{{upper-case "summary"}}</h5>
15
<div class="movie-watches">(*) The movie with MAX watches has: <span>{{maxWatches}} viewers.</span></div>
16
<div class="movie-watches">(*) The movie with MIN watches has: <span>{{minWatches}} viewers.</span></div>
17
<div class="movie-watches">(*) Is there movie with awards?
0 commit comments