There was an error while loading. Please reload this page.
1 parent 3bb46a2 commit 12cce9cCopy full SHA for 12cce9c
resources/script.js
@@ -38,6 +38,7 @@ function drawHorizontalLayout() {
38
document.getElementById('phone_container').style.left = '0px';
39
textContainer.style.left = phoneFrame.offsetWidth + 30 + "px";
40
textContainer.style.top = '15%';
41
+document.body.style.backgroundColor = "red";
42
}
43
44
function drawVerticalLayout() {
@@ -48,6 +49,7 @@ function drawVerticalLayout() {
48
49
phoneContainer.style.left = (window.innerWidth - phoneFrame.offsetWidth) / 2 + 'px';
50
phoneContainer.style.bottom = '0px';
51
textContainer.style.left = textContainer.style.top = '5%';
52
+document.body.style.backgroundColor = "yellow";
53
54
55
function drawPoints() {
0 commit comments