started jewellery page
This commit is contained in:
parent
36e8cde534
commit
6f67431334
2 changed files with 65 additions and 2 deletions
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
|
||||
================*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue