Skip to content

Commit

Permalink
Update characterCreator.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davespser authored Dec 6, 2024
1 parent 4a0bd2a commit 58588de
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions js/characterCreator.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ const questions = [
const container = document.createElement("div");
container.id = "questionnaire";
container.style.position = "absolute";
container.style.top = "60%";
container.style.left = "90%";
container.style.top = "70%";
container.style.left = "70%";
container.dtyle.fontSize: 15;
container.style.transform = "translate(-50%, -50%)";
container.style.backgroundColor = "rgba(0, 0, 0, 0.8)";
container.style.color = "green";
container.style.padding = "30px";
container.style.color = "White";
container.style.padding = "40px";
container.style.borderRadius = "10px";
container.style.fontFamily = "Arial, sans-serif";
container.style.textAlign = "left";
Expand Down

0 comments on commit 58588de

Please sign in to comment.