From 7c2cab69de28d1dfa548131d078f8088645a4df0 Mon Sep 17 00:00:00 2001 From: Kevin-771 <70790256+Kevin-771@users.noreply.github.com> Date: Fri, 24 May 2024 19:15:13 -0400 Subject: [PATCH] Add files via upload --- send_email.php | 20 ++++++++++++ styles.css | 77 ++++++++++++++++++++++++++++++++++++++++++++ testing.html | 87 +++++++++++++------------------------------------- 3 files changed, 119 insertions(+), 65 deletions(-) create mode 100644 send_email.php create mode 100644 styles.css diff --git a/send_email.php b/send_email.php new file mode 100644 index 0000000..fde55ab --- /dev/null +++ b/send_email.php @@ -0,0 +1,20 @@ + \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..002d866 --- /dev/null +++ b/styles.css @@ -0,0 +1,77 @@ +body { + font-family: Arial, sans-serif; + margin: 0; + padding: 0; + background-color: #f4f4f4; +} + +h2 { + font-weight: bold; +} + +header { + background-color: #333; + color: #fff; + padding: 10px 0; + text-align: center; +} + +nav { + display: flex; + justify-content: center; + background-color: #444; +} + +nav a { + color: #fff; + padding: 14px 20px; + text-decoration: none; + text-align: center; +} + +nav a:hover { + background-color: #555; +} + +.container { + padding: 20px 100px; +} + +.gallery img { + width: 100%; + height: auto; +} + +.gallery { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); + gap: 10px; +} + +.custom-submit-button { + background-color: #4CAF50; + color: white; + padding: 1em; + border: none; + border-radius: 4px; + cursor: pointer; + font-size: 1em; + transition: background-color 0.3s ease; +} + +.custom-submit-button:hover { + background-color: #45a049; +} + +.custom-submit-button:active { + background-color: #3e8e41; +} + +footer { + background-color: #333; + color: #fff; + text-align: center; + padding: 10px 0; + bottom: 0; + width: 100%; +} diff --git a/testing.html b/testing.html index 4e378a6..3b54101 100644 --- a/testing.html +++ b/testing.html @@ -4,98 +4,55 @@
Explore my collection of tattoos and learn more about my work.
I am a professional tattoo artist with over 10 years of experience. My passion is creating unique and meaningful designs for my clients.
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ac ultricies leo. Maecenas vel euismod odio, nec elementum dolor. Praesent vestibulum eget nisi at molestie. Etiam euismod ullamcorper justo, et cursus enim sollicitudin vel. In hac habitasse platea dictumst. Praesent congue tellus non nisi maximus facilisis. Proin tempor massa lorem, ut elementum nibh tempus at. In ornare vulputate metus, vitae porta felis efficitur quis. Nam viverra et sapien sed tincidunt. Curabitur malesuada at orci at rhoncus.
Explore my tattoo portfolio.
+If you have any questions or would like to book an appointment, please reach out to me.
-