File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ <h1 class="coordinator-logo-top">Coordinator</h1>
16
16
< h2 class ="coordinator-logo-bottom "> 2000</ h2 >
17
17
</ div >
18
18
</ div >
19
+ < hr class ="separator-line ">
19
20
< p class ="main-description "> Check your coordination to pass the medical test < br > necessary to obtain your driving license!</ p >
20
21
< button id ="start "> Start</ button >
21
22
</ div >
Original file line number Diff line number Diff line change 17
17
}
18
18
19
19
.main-description {
20
- font-size : 2 rem ;
20
+ font-size : 1.6 rem ;
21
21
color : white;
22
22
}
23
23
46
46
justify-content : center;
47
47
}
48
48
49
+ .separator-line {
50
+ margin-top : 10px ;
51
+ margin-bottom : 40px ;
52
+ width : 50% ;
53
+ height : 1px ;
54
+ background : # fff
55
+ }
56
+
49
57
/* Canvas */
50
58
51
59
# coordinator {
56
64
border-radius : 5px ;
57
65
}
58
66
59
- /* Button */
67
+ /* Buttons */
60
68
61
69
.btn {
62
70
border : none;
103
111
/* Start Button*/
104
112
105
113
# start {
114
+ color : white;
106
115
font-family : 'Courier New' , Courier, monospace;
107
116
font-size : 1.5rem ;
108
117
font-weight : bold;
109
- background : white;
110
- /* color: white; */
111
- /* position: absolute; */
112
- /* top: 380px; */
113
- /* right: 620px; */
118
+ background : # 5b80a4 ;
114
119
width : 250px ;
115
120
height : 80px ;
116
- border : 6px solid black ;
121
+ border : 6px solid white ;
117
122
border-radius : 4px ;
118
123
box-shadow : 0 5px # 34495e ;
124
+ margin-top : 20px ;
119
125
}
120
126
121
127
# start : hover {
163
169
}
164
170
165
171
# instructions {
172
+ font-size : 1.2rem ;
166
173
text-align : center;
167
174
right : 550px ;
168
175
width : 400px ;
You can’t perform that action at this time.
0 commit comments