Skip to content

Commit 5e49421

Browse files
committed
add favicon and improve de style
1 parent 426d673 commit 5e49421

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

1.11 KB
Loading

apps/localStorage-and-event-delegation/assets/style/index.css

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,33 +30,42 @@ body {
3030
flex-direction: column;
3131
align-items: center;
3232
border-radius: 5px;
33-
padding: 20px 20px;
33+
padding: 20px 60px;
3434
max-width: 350px;
3535
width: 100%;
3636
height: 400px;
3737
background: rgba(255, 255, 255, 0.95);
38-
align-self: end;
38+
align-self: flex-end;
3939
margin-right: 5%;
4040
border: 0.5px solid #d3dcd5;
4141
}
4242

4343
.content__title {
44-
font-size: 1.5em;
44+
font-size: 1.8em;
4545
text-transform: uppercase;
4646
margin: 0;
47-
font-weight: 200;
47+
font-weight: 500;
48+
color: #9c1f33;
4849
}
4950

5051
.list {
5152
margin: 0;
5253
padding: 0;
53-
text-align: left;
54+
align-self: flex-start;
5455
list-style: none;
56+
margin-top: 20px;
5557
}
5658

5759
.list__item {
5860
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
5961
padding: 10px 0;
6062
font-weight: 100;
6163
display: flex;
64+
color: #160f11;
65+
font-size: 1.1em;
66+
}
67+
68+
.form {
69+
margin: 20px 0;
70+
align-self: flex-start;
6271
}

0 commit comments

Comments
 (0)