0
please why can't I fit size in pc,the Google 9 dot App icon
We working on a bootcamp project where we are to code a Google homepage replica.our instructor imported the 9 dot icon and sized to 20px height and it worked but I do same and it's oversized on my PC,but then I did it here on my mobile and it worked, please why can't I get it on pc.Below is the one that worked on mobile. https://code.sololearn.com/Wl1N7oqYtwmY/?ref=app
11 Réponses
+ 1
What editor are you using on your PC?
+ 1
Did you remember to link your css file to your HTML?
+ 1
This will help you:
https://code.sololearn.com/WSLZPpBIFgr7/?ref=app
+ 1
Have you tried a different value for height to see if there's any change?
+ 1
Try inline or embedded styling. If that works there's probably an issue with your css link.
+ 1
try putting the css within the html:
<style>
img{
height: 20px;
}
</style>
if it works, then the external css file is not linked properly, is not found, or there is an error in it.
0
Yeah I linked files
0
Yeah reduced to as much as 5px,still no change..Only changes when I use my mobile.
0
Ok..I'll try that.Every other csss I used worked though ,just the image..so I don't think it's a link issue
0
Will try that at Bob_Li ,but if every other css is working properly ,can this be an issue?
0
typo error or punctuation error will disable a style.