more about-us styling
This commit is contained in:
@@ -50,7 +50,39 @@
|
||||
.wrapper-carousel{
|
||||
box-sizing: border-box;
|
||||
margin: auto;
|
||||
border: solid 2px blue;
|
||||
border: solid 2px #ffffff;
|
||||
max-height: 600px;
|
||||
max-width: 400px;
|
||||
}
|
||||
max-width: 500px;
|
||||
}
|
||||
.carousel-indicators li{
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 100%;
|
||||
|
||||
}
|
||||
.carousel-indicators{
|
||||
bottom: -50px;
|
||||
/*padding-top: 50px;*/
|
||||
}
|
||||
.iframe-container{
|
||||
position: relative;
|
||||
width: 100%;
|
||||
padding-bottom: 56.25%;
|
||||
height: 0;
|
||||
}
|
||||
.iframe-container iframe{
|
||||
position: absolute;
|
||||
top:0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
/*.col-carousel-left{*/
|
||||
/* padding-left: 100px;*/
|
||||
/*}*/
|
||||
/*.carousel-indicators-round{*/
|
||||
/* width: 14px;*/
|
||||
/* height: 14px;*/
|
||||
/* border: 2px solid black;*/
|
||||
/* border-radius: 100%;*/
|
||||
/*}*/
|
||||
|
||||
74
output/theme/css/about-us.css~
Normal file
74
output/theme/css/about-us.css~
Normal file
@@ -0,0 +1,74 @@
|
||||
.box-wrap{
|
||||
box-sizing: border-box;
|
||||
margin: auto;
|
||||
border-style: solid;
|
||||
border-color: #ffffff;
|
||||
max-height: 900px;
|
||||
max-width: 400px;
|
||||
}
|
||||
.box-title{
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
padding-top: 40px;
|
||||
font-size: 40px;
|
||||
}
|
||||
.box-title1{
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
padding-top: 80px;
|
||||
font-size: 40px;
|
||||
}
|
||||
.box-words{
|
||||
padding-top: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
.box-words1{
|
||||
padding-top: 40px;
|
||||
}
|
||||
.inline-buttons{
|
||||
/*display: flex;*/
|
||||
/*justify-content: center;*/
|
||||
/*align-items: center;*/
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
/*flex-wrap: wrap;*/
|
||||
}
|
||||
.a-button{
|
||||
background: #ffffff;
|
||||
border: 1px solid black;
|
||||
color: black;
|
||||
padding: 0.5em;
|
||||
/*padding: 12px 6px;*/
|
||||
text-decoration: none;
|
||||
width: 150px;
|
||||
border-radius: 25px;
|
||||
}
|
||||
.a-button:hover{
|
||||
background-color: #3E3F45;
|
||||
color: #ffffff;
|
||||
}
|
||||
.wrapper-carousel{
|
||||
box-sizing: border-box;
|
||||
margin: auto;
|
||||
border: solid 2px #ffffff;
|
||||
max-height: 600px;
|
||||
max-width: 500px;
|
||||
}
|
||||
.carousel-indicators li{
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 100%;
|
||||
|
||||
}
|
||||
.carousel-indicators{
|
||||
bottom: -50px;
|
||||
}
|
||||
/*.col-carousel-left{*/
|
||||
/* padding-left: 100px;*/
|
||||
/*}*/
|
||||
/*.carousel-indicators-round{*/
|
||||
/* width: 14px;*/
|
||||
/* height: 14px;*/
|
||||
/* border: 2px solid black;*/
|
||||
/* border-radius: 100%;*/
|
||||
/*}*/
|
||||
0
output/theme/css/food-forest.css
Normal file
0
output/theme/css/food-forest.css
Normal file
Reference in New Issue
Block a user