-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtesting.html
98 lines (69 loc) · 2.24 KB
/
testing.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<html>
<head>
<link rel="stylesheet" href="w3.css">
</head>
<body class="w3-cyan">
<div align="center" class="w3-container w3-blue">
<h1>Welcome To Testing Chember<h1>
<h2> Where I Test a lot of things</h2>
<p>Simple And Easy<p>
<div>
<div class="w3-bar w3-center">
<button class="w3-btn w3-green w3-round-large w3-ripple">Button1</button>
<button class="w3-btn w3-green w3-round-large w3-ripple">Button2</button>
<button class="w3-btn w3-green w3-round-large w3-ripple">Button3</button>
</div>
<div class="w3-panel w3-center">
<button class="w3-btn w3-green w3-round-large w3-disabled">Button1</button>
<button class="w3-btn w3-green w3-round-large w3-disabled">Button2</button>
<button class="w3-btn w3-green w3-round-large w3-disabled">Button3</button>
</div>
<!--div class="w3-panel w3-center">
<button onclick="class" class="w3-btn w3-green w3-round-large">Button1</button>
<button class="w3-btn w3-green w3-round-large w3-disabled">Button2</button>
<button class="w3-btn w3-green w3-round-large w3-disabled">Button3</button>
</div-->
<br>
<div class="w3-container w3-row-padding w3-green w3-round-large">
<div class="w3-third">
<h3>This is the first section</h3>
</div>
<div class="w3-third">
<h3>This is the second section</h3>
</div>
<div class="w3-third">
<h3>This is the third section</h3>
</div>
</div>
<br>
<br>
<div class="w3-container w3-row-padding w3-green w3-round-large">
<div class="w3-third w3-opacity">
<h3>This is the first section</h3>
</div>
<div class="w3-third w3-opacity">
<h3>This is the second section</h3>
</div>
<div class="w3-third w3-opacity">
<h3>This is the third section</h3>
</div>
</div>
<br>
<br>
<div class="w3-panel w3-leftbar w3-teal">
<p class="w3-xlarge w3-serif">
<i>"Always Beware The Power of The Internet"</i><br>
- Anonymous
</p>
</div>
<!--div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif">
<i>"Always Beware The Power of The Internet"</i><br>
- Anonymous
</p>
</div-->
<footer class="w3-blue w3-tiny w3-right">
Made By Thanadol
</footer>
<body>
</html>