ну импотанты в основном от бутстрапа, вроде никто ни жалуется на него
не буду комментировать
<div class="container my-auto">
<div class="row">
Шепотом: ваш код это тихий ужас
if(data[i].name == "USD") {$("#usd").text().value = 'USD ' + data[i].value.toFixed(2);}
if(data[i].name == "RUB") {$("#rub").text().value = 'RUB ' + data[i].value.toFixed(2);}
* {
margin: 0;
padding: 0;
}
html { height: 100%; }
body {
font: 12px/18px Arial;
height: 100%;}
a {
color: blue;
outline: none;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
p {
margin: 0 0 18px
}
img {
border: none ;
}
h1, h2, h3, h4, h5 {
font-weight: 700;
color: #000
}