html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<!--
Material Starter Pack
How to use:
• 3 Dots -> Save As -> The name you want to give it
• Done! Now you can use Google Material Design! If you want, you can follow along with my tutorial series!
Feel free to remove this comment! 😊
-->
<html>
<head>
<title>Page Title</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css" rel="stylesheet">
<script src="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.js"></script>
</head>
<body>
<!-- Demo Button, you can remove this -->
<button class="mdc-button">Button</button>
</body>
css
css
1
2
3
body {
}
js
js
1
BROWSER
Console
Run