Congratulations!
+On Your Wedding
+![](./images/Glass ICON.png)
+ Wishing You All The Best For
+ Your Celebration
+
diff --git a/CSS/styles.css b/CSS/styles.css new file mode 100644 index 0000000..f535aef --- /dev/null +++ b/CSS/styles.css @@ -0,0 +1,41 @@ +* { + margin: 0px; + padding: 0px; + box-sizing: border-box; +} + +.body { + background-color: gray; +} +.container { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} +.cup { + width: 300px; + height: 300px; + background-color: #f5ebe0; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + border-bottom-left-radius: 50%; + border-bottom-right-radius: 50%; +} +.below-cup { + /* */ +} +p { + text-align: center; + margin-top: 8px; + margin-bottom: 8px; +} +button { + padding: 8px; + width: 100px; + border-radius: 5px; + background-color: black; + color: white; +} diff --git a/images/Glass ICON.png b/images/Glass ICON.png new file mode 100644 index 0000000..8b7fe8e Binary files /dev/null and b/images/Glass ICON.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..ea08b68 --- /dev/null +++ b/index.html @@ -0,0 +1,27 @@ + + +
+ + +On Your Wedding
+
+ Wishing You All The Best For
+ Your Celebration
+