From 429281c8d389ca38dd4308045ef5aefa8fb886dc Mon Sep 17 00:00:00 2001 From: ninh Date: Fri, 18 Mar 2022 18:10:08 +0700 Subject: [PATCH] add work exoerience v1 --- front-end/css/input-page.css | 21 +++++++ front-end/input-page.html | 108 +++++++++++++++++++++++++++-------- 2 files changed, 106 insertions(+), 23 deletions(-) diff --git a/front-end/css/input-page.css b/front-end/css/input-page.css index f295c08..45ed6b0 100644 --- a/front-end/css/input-page.css +++ b/front-end/css/input-page.css @@ -20,6 +20,7 @@ body { display: flex; padding: 0 20px 0 20px; border-radius: 4px; + position: relative; } #avt { @@ -30,3 +31,23 @@ body { display: block; margin: auto; } + +/* Work experience */ +h4 { + color: green; + font-weight: 700; +} + +#position { + font-weight: bold; +} + +#workplace { + font-weight: bolder; +} + +#buttonSave { + position: absolute; + right: 35px; + bottom: 2%; +} diff --git a/front-end/input-page.html b/front-end/input-page.html index f16c2bd..49c73cb 100644 --- a/front-end/input-page.html +++ b/front-end/input-page.html @@ -11,12 +11,12 @@ - + -
-
+ +
-
-
- - -
-
- - -
+
+ +
+
- +
- +
- +
+ +
+
+
+

Work experience

+
+
+ +
+

-

+
+ +
+
+ + + +
+ +
+
+ + +
+
+ + +
+
+
+
+ +
+
+

Activities

+
+
+ +
+

-

+
+ +
+
+ + + +
+ +
+
+ + +
+
+ +
-
+ + - + \ No newline at end of file