How do I take off the line under the button, I have tried text-decoration: none; but it's not working, what else can I do? Thanks.
Abork
@ayberkkkAll comments
- @victorebegbunaSubmitted over 1 year ago@ayberkkkPosted over 1 year ago
Hi, first of all, congratulations, you probably made a typo in CSS, so the text-decoration feature did not come, if it does not come again, at the end of the code! important and you should pay attention to the colors in the icons and I suggest you add the hover feature, I suggest you check it on lg screens.
Marked as helpful0 - @victorad375Submitted over 1 year ago
I'm open to better suggestions.
@ayberkkkPosted over 1 year agoHey, good job on finishing this challenge!
You can use the grid structure with CSS or you can solve it in an easier way with the Bootstrap structure, but my suggestion is that you first work with CSS through the grid structure and then use the Bootstrap structure.
https://www.w3schools.com/cssref/pr_grid-column.php
0 - @ianchan3Submitted over 1 year ago
Please give me feedback on this project. Best Practices questions: Regarding media queries, is it best to use percentages opposed to px for images?
@ayberkkkPosted over 1 year agoHey, good job on finishing this challenge!
I recommend that you do not give sharp width-height to the images, but if you have to, you should pay attention to this, you can keep the height property in the auto option. You can give the width as %, but some versions of safari do not support %, including mobile. I recommend giving the width-height attributes to the img tags as attr.
Marked as helpful0