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 8e49658 commit 4a0bd2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/characterCreator.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ const questions = [
const container = document.createElement("div");
container.id = "questionnaire";
container.style.position = "absolute";
container.style.top = "30%";
container.style.top = "60%";
container.style.left = "90%";
container.style.transform = "translate(-50%, -50%)";
container.style.backgroundColor = "rgba(0, 0, 0, 0.8)";
container.style.color = "green";
container.style.padding = "20px";
container.style.padding = "30px";
container.style.borderRadius = "10px";
container.style.fontFamily = "Arial, sans-serif";
container.style.textAlign = "left";
Expand Down

0 comments on commit 4a0bd2a

Please sign in to comment.