You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-3Lines changed: 26 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ An Awesome collection of buttons with impressive animations written in CSS; with
19
19
20
20
Like any of the buttons? Want to use it on your page? It's now made easy with the **Animated Buttons Generator**!
21
21
22
-
### Manual Method :
22
+
### Manual Method :
23
23
24
24
- Your can go to the directory and search for index.html, and corresponding style.css files. It is well organised with comments there, so u can get your code, and use thm directly.
25
25
@@ -30,21 +30,44 @@ An Awesome collection of buttons with impressive animations written in CSS; with
30
30
- Enter basic functionalities of the button with HTML.
31
31
- Give the basic parameters for CSS (No code required, just know what you are putting). If u cant figure out, put the values as per the template, as will be given along with the question in brackets.
32
32
- Then, it will import the animation from the template. So, basically, u have designed your own shape and size for badg, but taking the animations from the template.
33
+
- The Code lists are editable. So, if you want, you can also edit your code there.
34
+
- After it is done, copy the final code and paste in files. The HTML code is to be saved as `index.html` and the CSS as `style.css`. You can paste thm directly as Git Repos, or use [Notepad++](https://notepad-plus-plus.org/downloads/) for offline purposes.
33
35
34
-
★ The Best part is that **You don't have to code a single line! It will ask you questions, and keep answering**. It will accordingly write your ***HTML*** ad ***CSS*** code.
★ The Best part is that **You don't have to code a single line! It will ask you questions, and keep answering**. It will accordingly write your ***HTML*** and ***CSS*** code.
39
+
40
+
⚠️ Please don't edit, or attemp rename inline or file wise, until you are sure about the consequences!
There, in the Automatic button maker, you can add links to your button, but what if u want to use it as `Read More` button to expand HTML Summaries? Read Ahead!
0 commit comments