Skip to content

Commit c2a06a6

Browse files
author
Stefano Demichelis
committed
Improving style.
1 parent 10181e8 commit c2a06a6

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<body>
1616
<h1>a-MAZE-ing</h1>
1717
<h3 class="missionControl-title hide">Mission Control</h3>
18-
<button class="start-button">Ready to start</button>
18+
<button class="start-button">start</button>
1919
<div class="missionControl hide">
2020
<textarea class="commands"></textarea>
2121
<button class="execute" title="Execute">

src/style.css

+5-9
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ body {
44
flex-direction: column;
55
align-items: center;
66
font-family: 'Press Start 2P', cursive;
7-
background-color: lightgoldenrodyellow;
7+
background-color: #fafafa;
88
}
99

1010
.winner {
@@ -54,11 +54,6 @@ h1 {
5454
animation: float-right 5.5s ease-in-out infinite;
5555
}
5656

57-
#canvas {
58-
background-color: #fafafa;
59-
border: 3px solid black;
60-
}
61-
6257
button {
6358
font-size: 20px;
6459
}
@@ -71,7 +66,8 @@ button {
7166

7267
.start-button {
7368
position: relative;
74-
top: 65px;
69+
width: 200px;
70+
/* top: px; */
7571
}
7672

7773
.hide {
@@ -90,12 +86,12 @@ button {
9086
margin: 0px;
9187
position: relative;
9288
padding: 0px 0px 0px 4px;
93-
top: 52px;
89+
top: 12px;
9490
}
9591

9692
.missionControl {
9793
border: 5px solid black;
98-
margin: 40px 0px;
94+
margin: 0px 0px;
9995
padding: 20px;
10096
}
10197

0 commit comments

Comments
 (0)