diff --git a/css/projects.css b/css/projects.css index 2c181e3..a27a1d7 100644 --- a/css/projects.css +++ b/css/projects.css @@ -316,7 +316,34 @@ video { /* Jewellery =============== */ +div.jew_container { + clear: both; + display: flex; + flex-wrap: wrap; + justify-content: center; +} +.flexbox-jew-btn { + display: flex; +} + +.jew-btn-container { + position: relative; + display: block; + margin-top: 50px; + margin-bottom: 50px; + margin-left: 100px; + margin-right: 100px; + width: 200px; + height: 100px; + display: inline-block; + font-size: 1.15rem; + text-decoration: none; + text-transform: uppercase; + border-width: 2px; + border-style: solid; + padding: 0.5em 1.75em; +} /* Collection ================*/ diff --git a/jewellery.php b/jewellery.php index 22faa09..57e529c 100644 --- a/jewellery.php +++ b/jewellery.php @@ -3,9 +3,45 @@ $show_sep=true; include('header.tpl'); ?> -
- +
+
+
+ Button1 +
+
+ Button2 +
+
+ Button3 +
+
+
+
+
+ Button4 +
+
+ Button5 +
+
+ Button6 +
+
+
+
+
+
+ Button7 +
+
+ Button8 +
+
+ Button9 +
+
+