.loader { border: 2px solid #f3f3f3; border-radius: 50%; border-top: 2px solid #3498db; width: 12px; height: 12px; -webkit-animation: spin 2s linear infinite; /* Safari */ animation: spin 2s linear infinite; } /* Safari */ @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .Travelpoint{ font-size: 12pt; margin: 5px; font-weight: bold; } .walkingshape { height: 50px; border-left-style: solid; border-color:#1e90ff; border-left-width: 10px; width: 60px; margin-left:30px; padding-left:5px; /* text-align: center; */ /* background-color: #1e90ff; */ } .busshape { height: 50px; width: 60px; margin-left:30px; /* text-align: center; */ border-color: #ff8c00; border-left-style: solid; border-left-width: 10px; padding-left:5px; } .subwayshape { height: 50px; width: 60px; margin-left:30px; /* text-align: center; */ border-color: #ff8c00; border-left-style: solid; border-left-width: 10px; padding-left:5px; }