Dashboard Temp Share Shortlinks Frames API

HTMLify

Brook
Views: 434 | Author: light
 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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        body{
            background-color: whitesmoke;
            margin: 0;
            padding: 0;
        }
        h2{
            background-color: aliceblue;
        text-align: inherit;
       border-style: inset;
       border-radius: 4px;
       margin: 8px;
       padding: 8px;
       max-width: 800px;

        }
        button{
       
       border-style: inset;
       font-size: 22px;
       border-radius: 4px;
       margin: 4px;
       padding: 2px 24px 2px 24px ;
       float: left;
   }
   button:hover{
       background-color: rgba(152, 251, 152, 0.632);}
        footer{
           text-align: center;
           padding: 10px;
           font-size: 14px;
   }
   .submit{
       font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

   }

    </style>
</head>
<body>
    <header></header>
    <main>
        <H2>
            hello bro , how was your day?."
        </H2>
      
    </main>
</body>
</html>