From a06fb8349f0549c08cfe52b18aa94c2e2545c1e0 Mon Sep 17 00:00:00 2001
From: bendwit <184859846+BenDWit@users.noreply.github.com>
Date: Tue, 17 Jun 2025 15:16:09 +0200
Subject: [PATCH] finished buisness card
---
.../CSS/Business_Card/index.html | 28 ++++++++++++++++++
.../CSS/Business_Card/main.css | 29 +++++++++++++++++++
.../HTML/Basic_html/Travel_agency/README.md | 2 +-
.../HTML/Semantic_html/Event_Hub/README.md | 2 +-
.../Relational_Databases/aa.html | 11 +++++++
README.md | 2 +-
6 files changed, 71 insertions(+), 3 deletions(-)
create mode 100644 Certified_Full_Stack_Developer/CSS/Business_Card/index.html
create mode 100644 Certified_Full_Stack_Developer/CSS/Business_Card/main.css
create mode 100644 Certified_Full_Stack_Developer/Relational_Databases/aa.html
diff --git a/Certified_Full_Stack_Developer/CSS/Business_Card/index.html b/Certified_Full_Stack_Developer/CSS/Business_Card/index.html
new file mode 100644
index 0000000..5ceb46f
--- /dev/null
+++ b/Certified_Full_Stack_Developer/CSS/Business_Card/index.html
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+ Business Card
+
+
+
+

+
Ben
+
Sysadmin
+
Minty
+
+
ben@bendwit.com
+
06-xx-xx-xx-xx
+
Portfolio
+
+
+
+
+
\ No newline at end of file
diff --git a/Certified_Full_Stack_Developer/CSS/Business_Card/main.css b/Certified_Full_Stack_Developer/CSS/Business_Card/main.css
new file mode 100644
index 0000000..022e844
--- /dev/null
+++ b/Certified_Full_Stack_Developer/CSS/Business_Card/main.css
@@ -0,0 +1,29 @@
+body {
+ background-color: rosybrown ;
+ font-family: Arial, sans-serif;
+}
+
+p {
+ margin: 5px;
+}
+
+a {
+ text-decoration: none;
+}
+
+.business-card {
+ font-size: 16px;
+ width: 300px;
+ background-color: gray;
+ padding: 20px;
+ margin: 100px;
+ text-align: center;
+ margin-left: auto;
+ margin-right: auto;
+
+}
+
+.profile-image {
+ max-width: 100%;
+
+}
\ No newline at end of file
diff --git a/Certified_Full_Stack_Developer/HTML/Basic_html/Travel_agency/README.md b/Certified_Full_Stack_Developer/HTML/Basic_html/Travel_agency/README.md
index b80c81c..199d484 100644
--- a/Certified_Full_Stack_Developer/HTML/Basic_html/Travel_agency/README.md
+++ b/Certified_Full_Stack_Developer/HTML/Basic_html/Travel_agency/README.md
@@ -1,3 +1,3 @@
# Travel Agency
-This lesson i learned how to use figures.
+This Lab i learned how to use figures.
diff --git a/Certified_Full_Stack_Developer/HTML/Semantic_html/Event_Hub/README.md b/Certified_Full_Stack_Developer/HTML/Semantic_html/Event_Hub/README.md
index 8816c67..b5d8041 100644
--- a/Certified_Full_Stack_Developer/HTML/Semantic_html/Event_Hub/README.md
+++ b/Certified_Full_Stack_Developer/HTML/Semantic_html/Event_Hub/README.md
@@ -1,3 +1,3 @@
# Event hub
-This lesson i learned how to use semantic HTML elements
+This Lab i learned how to use semantic HTML elements
diff --git a/Certified_Full_Stack_Developer/Relational_Databases/aa.html b/Certified_Full_Stack_Developer/Relational_Databases/aa.html
new file mode 100644
index 0000000..d01f779
--- /dev/null
+++ b/Certified_Full_Stack_Developer/Relational_Databases/aa.html
@@ -0,0 +1,11 @@
+
+
+
+
+
+ Document
+
+
+
+
+
\ No newline at end of file
diff --git a/README.md b/README.md
index ed81701..7076aa4 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
***
-My Exercises from Freecodecamp.
+My Lab's from Freecodecamp.
## My Freecodecamp account