Commit 1161061 1 parent 4a82756 commit 1161061 Copy full SHA for 1161061
File tree 2 files changed +65
-12
lines changed
2 files changed +65
-12
lines changed Original file line number Diff line number Diff line change @@ -61,20 +61,33 @@ <h3>2-3 t<td></td></h3>
61
61
</ section >
62
62
63
63
< section class ="mat ">
64
- < h2 > materialer</ h2 >
65
- < div class ="ikonkruv ">
66
- < img src ="img/shopping-purse-icon.png " alt ="shop ikon ">
67
- < p > læg alt i kruv</ p >
64
+ < div class ="topmat ">
65
+
66
+
67
+ < div >
68
+ < h2 > Materialer</ h2 >
68
69
</ div >
69
- < li >
70
- < div class ="item-mat1 "> < h3 > stoff med plante motiv</ h3 > < img src ="img/shopping-purse-icon.png " alt ="shop ikon "> </ div >
71
- < div class ="item-mat2 "> < h3 > sytråd, sort</ h3 > < img src ="img/shopping-purse-icon.png " alt ="shop ikon "> </ div >
72
- < div class ="item-mat3 "> < h3 > sækkeude, 60cm x 60cm</ h3 > < img src ="img/shopping-purse-icon.png " alt ="shop ikon "> </ div >
73
- < div class ="item-mat3 "> < h3 > lynlys 1 meter</ h3 > < img src ="img/shopping-purse-icon.png " alt ="shop ikon "> </ div >
74
- </ li >
70
+
71
+ < div class ="ikonkruv ">
72
+ < img src ="img/shopping-purse-icon.png " alt ="shop ikon ">
73
+ < p > Læg alt i kruven</ p >
74
+ </ div >
75
+
76
+ </ div >
77
+ < section class ="mat-container ">
78
+
79
+ < ul >
80
+ < li > < h3 > stoff med plante motiv</ h3 > < img src ="img/shopping-purse-icon.png " alt ="shop ikon "> </ div > </ li >
81
+ < li > < div class ="item-mat2 "> < h3 > sytråd, sort</ h3 > < img src ="img/shopping-purse-icon.png " alt ="shop ikon "> </ div > </ li >
82
+ < li > < div class ="item-mat3 "> < h3 > sækkeude, 60cm x 60cm</ h3 > < img src ="img/shopping-purse-icon.png " alt ="shop ikon "> </ div > </ li >
83
+ < li > < div class ="item-mat4 "> < h3 > lynlys 1 meter</ h3 > < img src ="img/shopping-purse-icon.png " alt ="shop ikon "> </ div >
84
+ </ li >
85
+ </ ul >
86
+ </ section >
75
87
< div class ="btn-shop ">
76
- < p > se din kurv på stof og stills webshop </ p >
88
+ < p > Stoff og Stills Webshop </ p >
77
89
</ div >
90
+
78
91
79
92
</ section >
80
93
< div class ="gains ">
@@ -86,7 +99,7 @@ <h2>materialer</h2>
86
99
< div class ="imgtool ">
87
100
< img src ="img/vorktoj.png " alt ="værktøj ">
88
101
</ div >
89
- < div >
102
+ < div class =" vliste " >
90
103
< ul >
91
104
< li > opsprætter</ li >
92
105
< li > saks</ li >
Original file line number Diff line number Diff line change @@ -496,6 +496,7 @@ input {
496
496
497
497
.tidpenge {
498
498
border-top : 1px solid gainsboro;
499
+ border-bottom : 1px solid gainsboro;
499
500
margin-top : 250px ;
500
501
padding : 20px ;
501
502
display : grid;
@@ -519,12 +520,51 @@ input {
519
520
display : block ;
520
521
}
521
522
523
+ .mat {
524
+ margin : 20px ;
525
+ padding : 10px ;
522
526
527
+ }
528
+ .topmat {
529
+ display : grid;
530
+ grid-template-columns : 1fr 1fr ;
531
+ align-items : center;
532
+ }
533
+ .topmat img {
534
+ align-content : center;
535
+ }
523
536
537
+ .ikonkruv {
538
+ display : block;
539
+ align-items : center;
540
+ margin : auto;
541
+
524
542
543
+ }
525
544
526
545
546
+ .ikonkruv img {
547
+ display : block;
548
+ margin-left : auto;
549
+ margin-right : auto;
550
+ }
527
551
552
+ ul {
553
+ list-style : none;
554
+ border-bottom : 1px solid gainsboro;
555
+ border-top : 1px solid gainsboro;
556
+ display : inline-block;
557
+
558
+ }
559
+
560
+ .item-mat1 {
561
+ display : inline-block;
562
+ }
563
+
564
+ .btn-shop : hover {
565
+ background-color : black;
566
+
567
+ }
528
568
529
569
530
570
You can’t perform that action at this time.
0 commit comments