Updating the location’s table, adding or removing locations
Description
CSS Source Code
html {
height: 100%;
}
a {
text-decoration: none;
transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
text-decoration: none;
outline: none;
color: #10b3d6;
}
body {
line-height: 24px;
font-size: 16px;
height: 100%;
font-family: "Roboto", sans-serif;
font-weight: 400;
color: #6b707f;
}