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
<!-- Author : Galih Prakoso-->
<!-- Date Created : mei 2nd 2019-->
<html>
<head>
<title>Page Title</title>
<style type="text/css">
@font-face{
font-family:"product sans";
src:url(https://fonts.gstatic.com/s/productsans/v5/HYvgU2fE2nRJvZ5JFAumwegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}
</style>
</head>
<body>
<br/>
<br/>
<div class="text2">
<b>My First Post</b>
</div>
<svg viewBox="0 0 1600 1600">
<defs>
<style>
.\39 8a7435d-5c39-4c6c-835f-5f8f0ef8c54a {
fill: #ff0;
}
.f5621c7b-dc65-4d15-8990-f77b609bf817 {
opacity: 0.68;
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
10
11
12
body {
background-color:#ff0;
}
.text{
text-align:center;
font-family:product sans;
}
.text2{
text-align:center;
font-family:product sans;
font-size:200%;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run