I am a student in dev school, i can say its verry helpfull, i will try to understand your code before using it for projects. Thank you verry much, keep it up man ! Love from France.
Hi, nice video. It's good but how can I move all the buttons at once without losing any effect? Because on my page I not only have that but also a top menu and a login, and the latter tends to move because the buttons take their place, I need: 1. General position of the buttons, how do I move them? 2. How do I make it not overlap my login panel? 3. How do I reduce the size of the buttons?
how can one build a school website with following website interface: home, staffs, students,about us , study with us , current affairs, campus life,research,library , eLearning,journals.if you any knowledge kindly assist
There is a .button div right.. Just change this div to and change the .button div close tag into Syntax: ... some other tags here.... Just change above starting tag and closing tag to ... Some other tags here....
Hi, Thank you for this video, im a beginner and have some questions as some strange things happened to my code 1/ After using float: left, the parent container "wrapper" collapsed with a 0 height. 2/ The finished product expands with the 200 px length, however the writing of "facebook, twitter etc" does not appear in it? Is it related to wrapper being 0px in height? What is the property that effects the "facebook, twitter etc" to enter the allocated space of 200px? 3/ Why did you have to keep writing display inline-block? does it not inherit this from the parents element, meaning you should only write it once in parent containers?
At first icons have only 60px width so the remaining or overflow text moved to the bottom and due to the overflow: hidden property, overflow text aren't displayed but when we hover on the particular icon, the width of that icon becomes 200px and then the text appears. Yes there is no need to write display: inline-block twice... It can be inherit from the parent element. If you're facing problems.. Please download the source files from the description link.
I have a problem with float , this code cannot apply display: inline-block; .wrapper .button { display: inline-block; height: 60px; width: 60px; margin: 0 5px; float: left; border-radius: 50px; background: #fff; cursor: pointer; box-shadow: 0px 10px 10px rgba (0, 0, 0, 0.1); } the float: left there doesn't have effect.. so my text just still bellow the icon when button:hover move. please. help.. :)
Im still a beginner but when I want the "button" to lead me somewhere I need to put an tag around the tag right ? Btw awesome buttons man I appreciate it Edit : Never mind I found it
hi, i have the same code but the propety "inline-block" is not working with the class button, the text is ever under the icon and the propety float in vs-code show an alert that say: inline-block is ignored due to the float. If 'float' has a value other than 'none', the box is floated and 'display' is treated as 'block' if someone cant help me i'll really grateful.
@@mictronic1 I didnt, and I have the same issue. The span text is always below... :( Still no solution? Or what are we doing wrong? Problably smth wrong
@@CodingNepal Specifies how a box should be floated. It may be set for any element, but only applies to elements that generate boxes that are not absolutely positioned. (Edge 12, Firefox 1, Safari 1, Chrome 1, IE 4, Opera 7) Syntax: left | right | none | inline-start | inline-end MDN Reference inline-block is ignored due to the float. If 'float' has a value other than 'none', the box is floated and 'display' is treated as 'block'css(propertyIgnoredDueToDisplay)
If your icons aren't showing, replace the line no.7 script of index.html with this:
I am a student in dev school, i can say its verry helpfull, i will try to understand your code before using it for projects. Thank you verry much, keep it up man !
Love from France.
You're welcome and don't forget to subscribe for more awesome videos.
Today I'm noticing a Nepali channel that's really awesome.
You are pro
Wow, thanks
Just want to say Thanks, Seen this type of concept first time. Really glad that I could find ur video.
Glad you liked it
Awesome bro, have been looking for this type of social button
Thank you bro 💙
This could be my best channel for chilling xD
Wow what a nice and awesome hover effect... Thanks..codeing Nepal broo
You're welcome bro 💙
The code is so simple and very helpful Thanks man
Thanks Man! its usefull for me for my school project lol, been searching for a good visual!
Glad I could help!
my styles(CSS) is not working plz help me.i put all style but it doesn't work
Make sure you've linked your css file in your html file.
Wow wonderful ❤️❤️❤️❤️❤️❤️❤️..
Many many thanks
Literally worked And Amazing Technique :O
Great to hear!
Thank you so much for this cool icons "buttons"
Its awesome bro.. keep going
Thank you bro 💙
exactly what i was looking for. thank uuuu!!
Nice Creative Work... Thanks for your helpful video :)
You're welcome 💙😁
👏 nice work keep it up
Thank you 💙
Hello, if I change the icons by images, the span text is not vertically center after the hover effect. Do you know how to solve this problem ?
If you use image tag then you have to add some custom css for images.
awesome great work this is what i really wanted
Thank you 💙
awesome thanks bro
You're welcome bro.. Stay tuned 😁
@@CodingNepal haha I'm sis
Haha ok sis.. Stay tuned with us 😁
This is amazing! Keep up the great work!!
Thank you 💙
in instagram icon when i hover it does not shows instagram written but when i put it outside of span tag it starts showing but with not styling
Great work sir thank you so much 🙂
You're welcome bro 💙
Awesome Work
Thank you.. Stay tuned 😁
Hi, nice video. It's good but how can I move all the buttons at once without losing any effect? Because on my page I not only have that but also a top menu and a login, and the latter tends to move because the buttons take their place, I need: 1. General position of the buttons, how do I move them? 2. How do I make it not overlap my login panel? 3. How do I reduce the size of the buttons?
Nice bro ❤
how can one build a school website with following website interface: home, staffs, students,about us , study with us , current affairs, campus life,research,library , eLearning,journals.if you any knowledge kindly assist
Yeah ... Its working ... NICE ...
Thank you 💙
thanks you, I form Vietnam
You're welcome 💙
Bro please make a series of building your own css framework.
Ok bro... Stay tuned.
Great work bro ❤👌
Thank you bro 💙
Você é fenomenal!!!
hi bro, how to put link in every button?
There is a .button div right.. Just change this div to and change the .button div close tag into
Syntax:
... some other tags here....
Just change above starting tag and closing tag to
... Some other tags here....
@@CodingNepal We have to add also because otherwise it changes the color to blue and purple. (I added the extra style in this)
@@CodingNepal thanks bro. Its work😁
@@CodingNepal bro when I am adding more of them the span isn't shifting right nest to the icon???
@@CodingNepal I have a problem and it is that in the end the icons do not appear
Hai sir, this indeed amazing.
Hey, thanks
Thank you sooo much
You're welcome 💙
Hi, Thank you for this video, im a beginner and have some questions as some strange things happened to my code 1/ After using float: left, the parent container "wrapper" collapsed with a 0 height.
2/ The finished product expands with the 200 px length, however the writing of "facebook, twitter etc" does not appear in it? Is it related to wrapper being 0px in height? What is the property that effects the "facebook, twitter etc" to enter the allocated space of 200px?
3/ Why did you have to keep writing display inline-block? does it not inherit this from the parents element, meaning you should only write it once in parent containers?
At first icons have only 60px width so the remaining or overflow text moved to the bottom and due to the overflow: hidden property, overflow text aren't displayed but when we hover on the particular icon, the width of that icon becomes 200px and then the text appears.
Yes there is no need to write display: inline-block twice... It can be inherit from the parent element.
If you're facing problems.. Please download the source files from the description link.
thank you sir
Most welcome
wha url did you use on your css? lack of infortmation
Great sir ❤️
Thank you 💙
I have a problem with float , this code cannot apply display: inline-block;
.wrapper .button {
display: inline-block;
height: 60px;
width: 60px;
margin: 0 5px;
float: left;
border-radius: 50px;
background: #fff;
cursor: pointer;
box-shadow: 0px 10px 10px rgba (0, 0, 0, 0.1);
}
the float: left there doesn't have effect..
so my text just still bellow the icon when button:hover move.
please. help.. :)
pls telll me from where did u get the script link of icons bcs i'm looking for more icons .and ur code is helpfull thank you
Im still a beginner but when I want the "button" to lead me somewhere I need to put an tag around the tag right ?
Btw awesome buttons man I appreciate it
Edit : Never mind I found it
Contact me on Instagram and I'll do it for you.
@@CodingNepal Can you give me the solutions please
Very Nice!
Thank you 💙
Nice
How to target it?code please I wanna little bit small icon 🙏
incredible
Thank you 💙
yeah good thanks
You're welcome
Cool bro
Thank you bro 💙😁
Which software do you use to record your screen? I'd be thankful to you for your response.
I use Filmora screen recorder that comes with Filmora video editor
@@CodingNepal Thank you so much for your kind response. I'll try exploring the same. Your videos are awesome buddy.
i cant find the button in the button section of the link you provided
How to make, when on hover text show in right side of the icon.
It's great man, I just have a question, what is the name of this music?
Check description
@@CodingNepal wow
Great 😍
Thank you 💙
thanks my love
Stay tuned.
@@CodingNepal 💖👍
Hey prakash bro, you got adsence with 2 months old Domain ? 😲😲
Yes I got approval in 15 days after buy domain name. But first time it was rejected.
@@CodingNepal Congratulation bro , My got rejected more than 3 times.
@@CodingNepal ani himalayan hosting bata domain lida ta free ma Domain protection dinu parne ho ta.
How... What's your niche.?
Kati posts index garerw apply gartheu ni
Hi, what ide do you use?
Atom.. Here is the video - th-cam.com/video/55VjXTeYkTE/w-d-xo.html
what app is this mate?
Atom... Check description.. I've made a video on it.
@@CodingNepal sorry mate, i didn't see it before. thx for reply!
Improve your skill and hope u for the best!
Okk ... Keep watching 😁
Bro how u change 5 lines in a single word called span at 5 lines at last after copy ?
You've to install emmet in your text editor and do same I did then press tab
hi, i have the same code but the propety "inline-block" is not working with the class button, the text is ever under the icon and the propety float in vs-code show an alert that say:
inline-block is ignored due to the float. If 'float' has a value other than 'none', the box is floated and 'display' is treated as 'block'
if someone cant help me i'll really grateful.
Probably you wrote span in i tag. Span must be below.
@@mictronic1 I didnt, and I have the same issue. The span text is always below... :( Still no solution? Or what are we doing wrong? Problably smth wrong
Thanks
what is the url(?????) in css.......i hope i will answered me
Here is the codes - www.codingnepalweb.com/2020/07/awesome-social-media-buttons-with-hover-animation.html
Please ask what this software is
Atom... I've made a video on it.. Check description.
@@CodingNepal
I mean what is the software used to code the code?
Atom Text Editor
Soooo good.
Thank you 💙
bro, how do you get the icons to appear? Mine don't appear at all
Replace the line.no 7 script tag of html file with this one:
social media icon doesn't display.give a suggest to correct it.
Make sure you're connected with the Internet.
@@CodingNepal thanks
i like it
Thank you.. Stay tuned 😁
bro your social icon class link shows invalid link . and bro i want source code of all social icon
vola ... ocay ... quickly done ...
how to make a function out of this social media accounts which will direct you into it
Just add tag and insert your fb url inside href attribute of tag.
Like this
@@CodingNepal can you show me an example? where add , please.
How to reveal them by button click????
Please help...
Please you create google multi color icon with fa fa-google
I didn't understand
Why you not tell about
This is a FontAwesome script and it's used for icons only.
I have a problem with the "float" property ☹️
What's the problem?
@@CodingNepal Specifies how a box should be floated. It may be set for any element, but only applies to elements that generate boxes that are not absolutely positioned.
(Edge 12, Firefox 1, Safari 1, Chrome 1, IE 4, Opera 7)
Syntax: left | right | none | inline-start | inline-end
MDN Reference
inline-block is ignored due to the float. If 'float' has a value other than 'none', the box is floated and 'display' is treated as 'block'css(propertyIgnoredDueToDisplay)
what is the name of the font
?
Poppins
@@CodingNepal Thanks
This codes are free open to use for anyone ??? No copywrite issue
You're free to use but don't claim it's own.
How to call a js function from it? After a simple click
How to add this code to my wix website
Doesnt work if the icon is an SVG and not text
Hi man its great but can i make it working i mean to really take me to my instagram and more.Help plz
Please add this tag
@@CodingNepal Thanks man!
how to make when i click on a botton a website opens
Add a anchor tag inside all and insert the particular website url inside the href attribute of tag.
@@CodingNepal thats the code and where i add what ?
When you want redirect your user on icon click or text click or anywhere ..?
@@CodingNepal anywhere
Then put tag after .button and before .icon.
bro, how to make a responsive ?
Use media breakpoints for it
can you share the code of this awesome video thank you
Here is the code: www.codingnepalweb.com/social-media-buttons-with-hover-animation/
give this Editors name plz....
Atom and I've made a video on it - th-cam.com/video/55VjXTeYkTE/w-d-xo.html
Your website is returning "Error establishing a database connection"
Yes, we're working to fix it
Site is live now. Sorry for the inconveniences.
Tq bro
You're welcome bro 💙
How to open toggle in right
Hii bro I am unable to link my account please edit and send me codes with href please please
Can you contact me on Instagram?
bro where iget the fontawesome script
Nothing seems to work even with the same code. Strange
Git hub replace with whatsap pls
It's just simple just change class name to whatsapp in html file. Like this
like it
place-item!!!
Bro tapaiko Facebook ID ke ho ?
Description maa xw..
Your code is terrible because this doesn't work, it has the button align at the button unevenly and not how it appears in your video.