Document
Posts
Showing posts from July, 2020
- Get link
- X
- Other Apps

css stylish button Document contect us . . . .full video tutorial https://youtu.be/tH_GsHjKqYg <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <style> .btn{ font-size:20px; height: 150px; width: 400px; color: aqua; background-color: blueviolet; border: 4px ridge aqua ; border-radius:...