Update builder2.html
Browse files- builder2.html +2 -2
builder2.html
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
<script src="https://unpkg.com/grapesjs-plugin-forms"></script>
|
| 9 |
<script src="https://unpkg.com/grapesjs-custom-code"></script>
|
| 10 |
<style>
|
| 11 |
-
|
| 12 |
height: 100%;
|
| 13 |
margin: 0;
|
| 14 |
}
|
|
@@ -35,7 +35,7 @@
|
|
| 35 |
</head>
|
| 36 |
<body>
|
| 37 |
<div id="gjs" style="height:0px; overflow:hidden;">
|
| 38 |
-
|
| 39 |
<h1 class="welcome">Добро пожаловать!</h1>
|
| 40 |
<div class="big-title">
|
| 41 |
<img class="logo" src="https://via.placeholder.com/70x70.png?text=Logo" alt="Logo">
|
|
|
|
| 8 |
<script src="https://unpkg.com/grapesjs-plugin-forms"></script>
|
| 9 |
<script src="https://unpkg.com/grapesjs-custom-code"></script>
|
| 10 |
<style>
|
| 11 |
+
body, html {
|
| 12 |
height: 100%;
|
| 13 |
margin: 0;
|
| 14 |
}
|
|
|
|
| 35 |
</head>
|
| 36 |
<body>
|
| 37 |
<div id="gjs" style="height:0px; overflow:hidden;">
|
| 38 |
+
<div class="panel">
|
| 39 |
<h1 class="welcome">Добро пожаловать!</h1>
|
| 40 |
<div class="big-title">
|
| 41 |
<img class="logo" src="https://via.placeholder.com/70x70.png?text=Logo" alt="Logo">
|