File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
< html ng-app ="catsvsdogs ">
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
- < title > Java vs .Net -- Result</ title >
5
+ < title > Cats vs Dogs -- Result</ title >
6
6
< base href ="/index.html ">
7
7
< meta name = "viewport " content = "width=device-width, initial-scale = 1.0 ">
8
8
< meta name ="keywords " content ="docker-compose, docker, stack ">
19
19
< div id ="content-container ">
20
20
< div id ="content-container-center ">
21
21
< div id ="choice ">
22
- < div class ="choice java ">
23
- < div class ="label "> Java </ div >
22
+ < div class ="choice cats ">
23
+ < div class ="label "> Cats </ div >
24
24
< div class ="stat "> {{aPercent | number:1}}%</ div >
25
25
</ div >
26
26
< div class ="divider "> </ div >
27
- < div class ="choice dotnet ">
28
- < div class ="label "> .Net </ div >
27
+ < div class ="choice dogs ">
28
+ < div class ="label "> Dogs </ div >
29
29
< div class ="stat "> {{bPercent | number:1}}%</ div >
30
30
</ div >
31
31
</ div >
Original file line number Diff line number Diff line change @@ -88,12 +88,12 @@ body{
88
88
text-transform : uppercase;
89
89
}
90
90
91
- # choice .choice .dotnet {
91
+ # choice .choice .dogs {
92
92
color : # 00cbca ;
93
93
float : right;
94
94
}
95
95
96
- # choice .choice .java {
96
+ # choice .choice .cats {
97
97
color : # 2196f3 ;
98
98
float : left;
99
99
}
You can’t perform that action at this time.
0 commit comments