next content after cycle complete
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
}
|
||||
.a-button:hover{
|
||||
background-color: #3E3F45;
|
||||
color: #ffffff;
|
||||
color: #b3e6ff;
|
||||
}
|
||||
.wrapper-carousel{
|
||||
box-sizing: border-box;
|
||||
|
||||
@@ -73,6 +73,80 @@
|
||||
.handmaid-img{
|
||||
padding-top: 20px;
|
||||
}
|
||||
.buttons-at-end{
|
||||
margin-top: 30px;
|
||||
box-sizing: border-box;
|
||||
border-top: solid 2px #e6e6e6;
|
||||
border-bottom: solid 2px #e6e6e6;
|
||||
padding: 30px;
|
||||
gap: 30px;
|
||||
}
|
||||
.buttons-end{
|
||||
background: #ffffff;
|
||||
border: 1px solid black;
|
||||
color: black;
|
||||
padding: 0.5em;
|
||||
text-align: center;
|
||||
/*padding: 12px 6px;*/
|
||||
text-decoration: none;
|
||||
width: 150px;
|
||||
border-radius: 25px;
|
||||
}
|
||||
.buttons-end:hover{
|
||||
background-color: #3E3F45;
|
||||
color: #b3e6ff;
|
||||
}
|
||||
.community-wrap{
|
||||
margin-left: 500px;
|
||||
margin-right: 500px;
|
||||
/*margin: auto;*/
|
||||
}
|
||||
.community-text{
|
||||
font-weight: bold;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
.round-this{
|
||||
border-radius: 50%;
|
||||
border: 1px solid #a3a3c2;
|
||||
/*box-shadow: 2px 2px 2px #a3a3c2;*/
|
||||
padding: 5px;
|
||||
/*padding-top: 40px;*/
|
||||
}
|
||||
.margin-plus{
|
||||
padding-top: 100px;
|
||||
}
|
||||
.workforces{
|
||||
padding-top: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.word-box{
|
||||
box-sizing: border-box;
|
||||
margin: auto;
|
||||
border-style: solid;
|
||||
border-color: #ffffff;
|
||||
/*max-height: 800px;*/
|
||||
height: auto;
|
||||
max-width: 400px;
|
||||
}
|
||||
.increase-font{
|
||||
font-weight: bold;
|
||||
font-size: 30px;
|
||||
}
|
||||
.cuteimg-container{
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
}
|
||||
.cuteimg-container img{
|
||||
width: 100%;
|
||||
height: auto;
|
||||
border-radius: 50%;
|
||||
border: 1px solid #a3a3c2;
|
||||
padding: 5px;
|
||||
}
|
||||
.cute-imgs{
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 480px){
|
||||
.text-img{
|
||||
font-size: 30px;
|
||||
@@ -110,6 +184,18 @@
|
||||
transform: rotate(90deg);
|
||||
overflow: hidden;
|
||||
}
|
||||
.community-wrap{
|
||||
margin: auto;
|
||||
/*margin-left: 10px;*/
|
||||
/*margin-right: 10px;*/
|
||||
}
|
||||
.margin-plus{
|
||||
padding-top: 40px;
|
||||
font-size: 5vmin;
|
||||
}
|
||||
.increase-font{
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 600px) and (max-width: 1024px){
|
||||
@@ -144,4 +230,9 @@
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
.community-wrap{
|
||||
margin: auto;
|
||||
/*margin-left: 10px;*/
|
||||
/*margin-right: 10px;*/
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user