Skip to content

Commit fba7358

Browse files
committed
Labels changes according to options
1 parent 4065c3e commit fba7358

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

result/views/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html ng-app="catsvsdogs">
33
<head>
44
<meta charset="utf-8">
5-
<title>Cats vs Dogs -- Result</title>
5+
<title>Java vs .Net -- Result</title>
66
<base href="/index.html">
77
<meta name = "viewport" content = "width=device-width, initial-scale = 1.0">
88
<meta name="keywords" content="docker-compose, docker, stack">
@@ -19,13 +19,13 @@
1919
<div id="content-container">
2020
<div id="content-container-center">
2121
<div id="choice">
22-
<div class="choice cats">
23-
<div class="label">Cats</div>
22+
<div class="choice java">
23+
<div class="label">Java</div>
2424
<div class="stat">{{aPercent | number:1}}%</div>
2525
</div>
2626
<div class="divider"></div>
27-
<div class="choice dogs">
28-
<div class="label">Dogs</div>
27+
<div class="choice dotnet">
28+
<div class="label">.Net</div>
2929
<div class="stat">{{bPercent | number:1}}%</div>
3030
</div>
3131
</div>

result/views/stylesheets/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ body{
8888
text-transform: uppercase;
8989
}
9090

91-
#choice .choice.dogs{
91+
#choice .choice.dotnet{
9292
color: #00cbca;
9393
float: right;
9494
}
9595

96-
#choice .choice.cats{
96+
#choice .choice.java{
9797
color: #2196f3;
9898
float: left;
9999
}

0 commit comments

Comments
 (0)