Good morning everyone,
Recently I started to program and the truth is something I like, but I'm still a newbie and I do not think I know 1% of everything related to HTML and CSS, and that's why I'm still the problem that I am going to present to you is an absurd mistake, but I need help.
The problem is that when loading the web page, instead of leaving the icon I see a small square ... Do you know what it is?
I hereby attach the code of the web ...
*{
margin: 0px;
padding: 0px;
}
header{
width: 100%;
height: 75px;
background-color: red;
overflow: hidden;
}
header .title {
font-family: Montserrat;
font-size: 50px;
line-height: 75px;
text-align: center;
color: white;
}
body .icon-menu {
color: orange;
margin: 100px;
font-size: 50px;
line-height: 75px;
}