Skip to content

Commit 221bcc1

Browse files
committed
add new styles
1 parent c7ee77c commit 221bcc1

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ <h1 class="coordinator-logo-top">Coordinator</h1>
1616
<h2 class="coordinator-logo-bottom">2000</h2>
1717
</div>
1818
</div>
19+
<hr class="separator-line">
1920
<p class="main-description">Check your coordination to pass the medical test <br>necessary to obtain your driving license!</p>
2021
<button id="start">Start</button>
2122
</div>

styles/stylesheet.css

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818

1919
.main-description {
20-
font-size: 2rem;
20+
font-size: 1.6rem;
2121
color: white;
2222
}
2323

@@ -46,6 +46,14 @@
4646
justify-content: center;
4747
}
4848

49+
.separator-line {
50+
margin-top: 10px;
51+
margin-bottom: 40px;
52+
width: 50%;
53+
height: 1px;
54+
background: #fff
55+
}
56+
4957
/* Canvas */
5058

5159
#coordinator {
@@ -56,7 +64,7 @@
5664
border-radius: 5px;
5765
}
5866

59-
/* Button*/
67+
/* Buttons*/
6068

6169
.btn {
6270
border: none;
@@ -103,19 +111,17 @@
103111
/* Start Button*/
104112

105113
#start {
114+
color: white;
106115
font-family: 'Courier New', Courier, monospace;
107116
font-size: 1.5rem;
108117
font-weight: bold;
109-
background: white;
110-
/* color: white; */
111-
/* position: absolute; */
112-
/* top: 380px; */
113-
/* right: 620px; */
118+
background: #5b80a4;
114119
width: 250px;
115120
height: 80px;
116-
border: 6px solid black;
121+
border: 6px solid white;
117122
border-radius: 4px;
118123
box-shadow: 0 5px #34495e;
124+
margin-top: 20px;
119125
}
120126

121127
#start:hover {
@@ -163,6 +169,7 @@
163169
}
164170

165171
#instructions {
172+
font-size: 1.2rem;
166173
text-align: center;
167174
right: 550px;
168175
width: 400px;

0 commit comments

Comments
 (0)