File tree Expand file tree Collapse file tree
apps/localStorage-and-event-delegation/assets Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,33 +30,42 @@ body {
3030 flex-direction : column;
3131 align-items : center;
3232 border-radius : 5px ;
33- padding : 20px 20 px ;
33+ padding : 20px 60 px ;
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.5 em ;
44+ font-size : 1.8 em ;
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}
You can’t perform that action at this time.
0 commit comments