From 6715cc84cc2cca80504923471742d155aaab1882 Mon Sep 17 00:00:00 2001 From: Kenneth Hynes Date: Mon, 27 Sep 2021 19:44:36 -0400 Subject: [PATCH] homewrok attempt --- index.html | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ styles.css | 19 ++++++++++++ 2 files changed, 107 insertions(+) diff --git a/index.html b/index.html index e69de29..df0c84e 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,88 @@ + + + + + + + Document + + + + + +
+ +
+ + +

Follow Us On Social Media

+

Facebook

+

Instagram

+

Twitter

+ + +
+
+ +
+ + + + +

Contact Us + +

Phone Number

+

123=456-7890

+

+

Email Us

+

Johnsmoth@hotmail.com

+ +

Adress

+

1775 Army Navy Street

+

Marine Corps, Air FOrce USA 01230

+ + +

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

Silent Auction

+ + +

Join us for our Annual VetsInTech Silent Auction

+ +

DAte XX/XX/XXXX

+

Time: 00:00: PM EST

+ + + + + + + +
+ + + + + + + + + + + +
+ \ No newline at end of file diff --git a/styles.css b/styles.css index e69de29..eeed0dc 100644 --- a/styles.css +++ b/styles.css @@ -0,0 +1,19 @@ + +.flex-container { + + display: flex; + flex-direction: row; + justify-content: space-around; + +} + +.flex-child { + Flex: 1; + flex-direction: column; + justify-content: space-evenly; + +} + +hr{ + width: 60px; color: black; +} \ No newline at end of file