1

I have a button with an icon inside. Currently the icon and the text inside the button aren't aligned at all.

How can I fix this so it looks nice?

.download-button{
  color: #fff;
  background-color: #43a047;
  border: none;
  border-radius: 5px;
}
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Material+Icons" />
                    
<button class="download-button" type="submit"><i class="material-icons">cloud_download</i>Download</button>
GTA.sprx
  • 817
  • 1
  • 8
  • 24

0 Answers0