Changed border radius
This commit is contained in:
parent
e68f7784f0
commit
cbeeccc7cc
@ -336,7 +336,7 @@ section {
|
|||||||
#steps-card {
|
#steps-card {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
border-radius: 5px;
|
border-radius: 10px;
|
||||||
background-color: #0d1117;
|
background-color: #0d1117;
|
||||||
background-color: #1e2227;
|
background-color: #1e2227;
|
||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
@ -367,8 +367,8 @@ section {
|
|||||||
border: 3px solid rgb(44, 44, 44);
|
border: 3px solid rgb(44, 44, 44);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Timeline Container */
|
/* Signup Container */
|
||||||
.timeline {
|
#signup-container {
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -403,8 +403,8 @@ section {
|
|||||||
height: 10px;
|
height: 10px;
|
||||||
background: white;
|
background: white;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
left: -29px;
|
left: -28px;
|
||||||
border: 3px solid rgb(253, 124, 77);
|
border: 2px solid rgb(155, 144, 144);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Utilities */
|
/* Utilities */
|
||||||
@ -510,8 +510,8 @@ footer a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
width: 25px;
|
width: 22px;
|
||||||
height: 25px;
|
height: 22px;
|
||||||
background-color: #2C3E50;
|
background-color: #2C3E50;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
@ -186,7 +186,7 @@
|
|||||||
<article>
|
<article>
|
||||||
<h3 id="steps-header">Signup STEPS</h3>
|
<h3 id="steps-header">Signup STEPS</h3>
|
||||||
<div id="steps-card">
|
<div id="steps-card">
|
||||||
<div class="timeline">
|
<div id="signup-container">
|
||||||
<div class="outer">
|
<div class="outer">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
@ -231,7 +231,9 @@
|
|||||||
<section id="rules">
|
<section id="rules">
|
||||||
<h2 class="topic">Rules</h2>
|
<h2 class="topic">Rules</h2>
|
||||||
<hr class="line">
|
<hr class="line">
|
||||||
|
<div id="rules-container">
|
||||||
|
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section id="prizes">
|
<section id="prizes">
|
||||||
<h2 class="topic">Prizes</h2>
|
<h2 class="topic">Prizes</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user