diff --git a/Music/VetsInTechMusic.mp3 b/Music/VetsInTechMusic.mp3 new file mode 100644 index 0000000..c24e0b3 Binary files /dev/null and b/Music/VetsInTechMusic.mp3 differ diff --git a/index.html b/index.html index e69de29..220d30f 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,101 @@ + + + + + + + Document + + + + +
+ +
+

+ Follow Us On Social Media +

+ +

+ Facebook +
Instagram +
Twitter +

+ + +
+ +
+ + +

+ Contact Us +

+ +

+ Phone Number: +
(123) 456-7890 +

+ +

+ Email: +
john.smith@google.com +

+ +

+ Address: +
1775 Army Navy Street +
Marine Corps, Air Force, USA 01230 +

+ +
+ +
+ +
+ +
+ +
+
+ + + \ No newline at end of file diff --git a/styles.css b/styles.css index e69de29..eb82018 100644 --- a/styles.css +++ b/styles.css @@ -0,0 +1,70 @@ +article{ + height: 900px; + width: 450px; + background: white; + margin: 5px 5px; + } + +section{ + display: flex; +} + +body{ + background-color: black; +} + +.p1 { + text-align: center; + text-decoration: underline; + margin-top: 170px; + margin-bottom: 10px; + word-wrap: break-word; + font-size: 70px; + font-family: Arial, Helvetica, sans-serif; +} + +.p2 { + text-align: center; + font-family: Arial, Helvetica, sans-serif; + font-size: 50px; + margin-top: 15px; +} + +div.gallery { + text-align: center; +} + +.p3 { + text-align: center; + text-decoration: underline; + font-size: 65px; + font-weight: lighter; + font-family: Arial, Helvetica, sans-serif; + margin: 30px 0px 35px 0px; +} + +.p4 { + text-align: left; + font-size: 24px; + font-family: Arial, Helvetica, sans-serif; + margin-left: 10px; +} + +.p5 { + text-align: center; + font-size: 53px; + font-weight: 900; + font-family: Arial, Helvetica, sans-serif; + margin: 5px 0px 5px 0px; +} + +.p6 { + text-align: left; + font-size: 24px; + font-family: Arial, Helvetica, sans-serif; + margin: 30px 0px 50px 20px; +} + +audio{ + display: flex; +} \ No newline at end of file