mirror of
https://github.com/LucasVbr/EnglishRolePlayGame.git
synced 2026-05-13 17:11:50 +00:00
Edit
This commit is contained in:
+2
-1
@@ -12,9 +12,10 @@
|
|||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row text-center">
|
<div class="row text-center">
|
||||||
<h3 class="turn turn-hacker">Hacker's turn</h3>
|
<h3 id=turn class="turn-hacker">Hacker's turn</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -15,11 +15,9 @@
|
|||||||
--dark-purple: #8e44ad;
|
--dark-purple: #8e44ad;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {min-height: 100vh;}
|
||||||
min-height: 100vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
.turn {
|
#turn {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 0 0 var(--border-radius) var(--border-radius);
|
border-radius: 0 0 var(--border-radius) var(--border-radius);
|
||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user