diff --git a/dist/assets/box.png b/dist/assets/box.png new file mode 100644 index 0000000..9da6557 Binary files /dev/null and b/dist/assets/box.png differ diff --git a/dist/assets/laptop.png b/dist/assets/laptop.png new file mode 100644 index 0000000..1558003 Binary files /dev/null and b/dist/assets/laptop.png differ diff --git a/dist/css/main.css b/dist/css/main.css index c8f991d..7308200 100644 --- a/dist/css/main.css +++ b/dist/css/main.css @@ -11,10 +11,37 @@ html { background: linear-gradient(90deg, #3BB78F 0%, #0bab64 35%, #3bb78f 100%); } .banner_heading_4 { - font-size: 4rem; } + font-size: 3rem; } .subtitle_1 { - font-size: 1rem; } + font-size: 1.5rem; } -.padding_top_12 { - padding-top: 12rem; } +.padding_top_14 { + padding-top: 14rem; } + +.photo_dual { + width: 40rem; } + +.price_footer { + background-color: #52cba5; } + +.boxImgContainer { + width: 4rem; } + +.vh-85 { + height: 85vh; } + +.vh-15 { + height: 15vh; } + +.font-3 { + font-size: 3rem; } + +.font-1_5 { + font-size: 2rem; } + +.gap-1 { + font-size: 0.7rem; } + +.priceCut_multi { + font-size: .7rem; } diff --git a/dist/html/pages/laptopmulti.html b/dist/html/pages/laptopmulti.html index fe4a472..d038e1b 100644 --- a/dist/html/pages/laptopmulti.html +++ b/dist/html/pages/laptopmulti.html @@ -1,28 +1,66 @@ - + + - - + + project - - -
-
-
-

Anwi xCreate

-
2.5 Resolution | 120 Hz Refresh Rate
-
-
+ + +
+
+
+
+

Anwi XCreate

+
2.5K Resolution | 120 Hz Refresh Rate
+
+
+
+
+ laptop +
+
+
+
+ +
+ -
+ + + + - - diff --git a/scss/main.scss b/scss/main.scss index 98927c3..fb75dc6 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -18,16 +18,49 @@ html{ } .banner_heading_4{ - font-size: 4rem; + font-size: 3rem; } .subtitle_1{ - font-size: 1rem; + font-size: 1.5rem; } -.padding_top_12{ - padding-top: 12rem; +.padding_top_14{ + padding-top: 14rem; } +.photo_dual{ + width:40rem; +} +.price_footer{ + background-color:#52cba5; +} +.boxImgContainer{ + width: 4rem; + +} + +.vh-85{ + height: 85vh; +} + +.vh-15{ + height: 15vh; +} + +.font-3{ + font-size: 3rem; +} +.font-1_5{ + font-size: 2rem; +} + +.gap-1{ + font-size: 0.7rem; +} + +.priceCut_multi{ + font-size: .7rem; +} \ No newline at end of file