Checha-Designer
@ChechaWebDesignerAll comments
- @NevermoreBetterSubmitted almost 2 years ago@ChechaWebDesignerPosted almost 2 years ago
Hi bro. I don't know why, but I can't see your website. There is a 404 error.
0 - @nevercanonSubmitted almost 2 years ago
I made the social media links by putting the icons inside of divs so that I could make the circles all the same size. Should I have done this differently? Do you have any criticisms of this project or advice on how to improve? Thanks for all your help and for looking at my project!
- @mclaramarinhoSubmitted almost 2 years ago
-
I'm having difficulty changing the social media buttons' color to soft magenta. Could you help me? I googled it and only found a solution using JS, but I'd like to know if it's solvable using only html and css.
-
Also, I'd love to hear your opinion on what could be improved on the code other than the issue above.
@ChechaWebDesignerPosted almost 2 years agoHi. I used a code like this:
<span class="icon"> <i class="fa-brands fa-facebook-f"></i> </span>And I gave to the class icon the next styles in hover
.icon:hover{ --tw-border-opacity: 1; border-color: hsl(300 69% 71% / var(--tw-border-opacity)); --tw-text-opacity: 1; color: hsl(300 69% 71% / var(--tw-text-opacity)); }
The code of all the page is here: https://github.com/ChechaWebDesigner/Huddle-landing-page
Congratulations and good job. I hope I've helped you. 👋👏
Marked as helpful0 -
- @AzkanorouziSubmitted about 2 years ago
Hello there community 😉, I am back with another project , this one was quite challenging because I've been learning Js for a month or something, especially figuring out how to make this calculator work without eval() 😖, I came up with a weird algorithm that gets a string like this "12 + 2 * 1 / 2" and calculates the result considering mathematical precedence 😁. may god save you if you want to take a look at app.js 😂. please feel free to give me any feedback you guys are always helping me out and I really appreciate it.
@ChechaWebDesignerPosted about 2 years agoWow this is amazing, without eval() :0. Congratulations!!!!!!
1