briancodex / html-css-website-v1

Created a simple website using HTML, CSS & Javascript
103 stars 183 forks source link

css styling-- #navbar__logo #6

Open atpham14 opened 3 years ago

atpham14 commented 3 years ago

I followed the tutorial and even went to the source code to copy and paste the code into my code, however the logo is not showing up for me. I am getting errors with the webkit and moz properties. Any ideas why I am having this issue?

This is the code:

navbar__logo {

background-color: #ff8177; background-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%); background-size: 100%; -webkit-background-clip: text; -moz-background-clip: text; -webkit-text-fill-color: transparent; -moz-text-fill-color: transparent; display: flex; align-items: center; cursor: pointer; text-decoration: none; font-size: 2rem; }

RS16x commented 2 years ago

Hello, did you ever find the answer to this issue, has i am having the same issue

elinanessar commented 1 year ago

for anyone still struggling with this, if u remove/comment out "display: flex;" while coding it will go back to normal