Title

https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js

Country : {{d.country}}

Active : {{d.active}} Cases : {{d.cases}} Deaths : {{d.deaths}} Recovered : {{d.recovered}}

More…

@import url(‘https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap’);
body {
font-family: ‘Montserrat’, sans-serif;
background:deeppink;
}
a[href=”https://youtube.com/c/AZHARMADARAUCHIHA”%5D{
position:fixed;
top:70%;
left:4%;
background:linear-gradient(44deg,#11998e,#38ef7d);
-webkit-background-clip:text;
color:transparent;
font-size:40px;
font-weight:bold;
}
#m {
height:400px;
width:500px;
background:white;
margin-left:400px;
text-align:center;
font-size:20px;
margin-top:100px;
box-sizing:border-box;
padding-top:100px;
border-left:5px solid gold;
overflow-y:scroll;
font-feature-settings:”smcp” 1 , “onum” 1;
}
#m::-webkit-scrollbar {
width:10px;
}
#m::-webkit-scrollbar-track {
background:purple;
}
#m::-webkit-scrollbar-thumb {
height:10px;
width:10px;
background:yellow;
}
input[type=”search”]{
position:fixed;
height:50px;
width:300px;
border-left:6px solid purple;
border-bottom:1px solid hotpink;
z-index:10;
}
@media screen and (min-width: 320px) {
#app {
display:block;
margin:18px;
}
#m {
width:100%;
transform:translate(-400px,100px);
}
}

const url = “https://disease.sh/v3/covid-19/countries”
//Fetch the data =>
var app = angular.module(‘appk’, [])
app.controller(‘ntrl’, function($scope , $http) {
$http.get(url).then(function(res){
$scope.data = res.data
})
})
console.error(“Error Detected Subscribe my channel to resolve this error… 😎”)

Design a site like this with WordPress.com
Get started