This commit is contained in:
LucasVbr
2021-10-06 21:38:54 +02:00
parent 959e2b3e62
commit 6f5eef854a
2 changed files with 4 additions and 5 deletions
+2 -1
View File
@@ -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>
+2 -4
View File
@@ -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;