Skip to content
Snippets Groups Projects

First impression ui

Merged Madeleine Stenberg Jonassen requested to merge first-impression-ui into main
4 files
+ 71
23
Compare changes
  • Side-by-side
  • Inline
Files
4
body {
font-family: monospace;
margin: 0 0 0 48px;
margin: 0 0 0 28px;
background-color: #F2F2F2;
}
input {
padding: 5px;
border-radius: 5px;
@@ -12,16 +14,15 @@ input {
margin: 10px;
font-family: monospace;
}
input::placeholder {
color: #b0b0b0;
}
label {
display: inline-block;
font-weight: bold;
}
.space{
margin: 90px;
}
@@ -53,7 +54,6 @@ label {
margin-bottom: 20px;
}
.play-btn{
padding: 10px;
text-decoration: none;
@@ -70,7 +70,6 @@ label {
color: #242F40;
border-radius: 10px;
cursor: pointer;
}
.delete-btn{
padding: 8px;
@@ -109,7 +108,6 @@ label {
border-color: transparent;
margin-top: 10px;
cursor: pointer;
}
.close-btn{
@@ -119,7 +117,6 @@ label {
border-color: transparent;
margin-left: 10px;
cursor: pointer;
}
.submit-btn{
Loading