菜单切换固定左右

问题描述 投票:1回答:1

我想创建一种效果,点击链接“点击”出现的侧边栏,并在此“容器”中从右到左显示效果温和。如果可能,反之亦然,从左到右点击菜单,例如“第1项”。

我想要一个动画,一个更柔和而不是无处不在的东西。

$('.toggle').on('click', function(event) {
  
  event.preventDefault();
  $('.page').toggleClass('active');

});
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body{
    font-family: 'Open Sans', sans-serif;
    background: #471E48 !important;
}
.section-app{
    max-width: 520px;
    margin: 0 auto;
    background: white;
    padding: 60px 30px 30px 30px;
}
h1{
    font-weight: 800;
    color: #692B6A;
    letter-spacing: -1px;
    font-size: 26px;
}
.menu-fixed{
    max-width: 520px;
    margin: 0 auto;
    position: fixed;
    z-index: 9;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

/*********************** Alterado / Criado ******************************/

.notificacao-alert-top{
    position: absolute !important;
    z-index: 999;
    left: 51%;
    top: 5%;
    border-radius: 50px;
    padding: 5px;
}

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*********************** Alterado / Criado ******************************/

.btn-default-menu{
    background: #471E48;
    color: #fff;
    border-radius: 0;
    padding: 10px 0 15px 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.btn-default-menu:hover{
    background: #9FCE66;
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
}
/*********************** Alterado / Criado ******************************/
.active{
    color: #471E48;
    background: #fff;
    border-bottom: 1px solid #fff;
}
/*********************** Alterado / Criado ******************************/
.space-top{
    margin-top: 63px;
}
.space-10{
    margin: 10px 0;
}
.space-20{
    margin: 20px 0;
}
.space-30{
    margin: 30px 0;
}
.space-40{
    margin: 40px 0;
}
.space-50{
    margin: 50px 0;
}
.space-60{
    margin: 60px 0;
}
.pager li>a.sim{
    background: #5EBD5E;
    border: 0;
    border-radius: 50px;
    padding: 10px 40px;
    color: #FFF;
}
.pager li>a:hover.sim{
    background: #429F42;
}
.pager li>a.nao{
    color: #999999;
    border-radius: 50px;
    padding: 10px 40px;
}
.img-space{
    margin-right: 15px;
}

.btn-center{
    margin: 0 auto; text-align: center;
}
.button {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.15);
    background-color: #eeeeee;
    background: linear-gradient(top, #fbfbfb, #e1e1e1);
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    border: 1px solid #d4d4d4;
    height: 32px;
    line-height: 32px;
    padding: 0px 25.6px;
    font-weight: 800;
    font-size: 16px !important;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
.button:hover {
    background-color: #eeeeee;
    background: linear-gradient(top, #ffffff, #dcdcdc);
    text-decoration: none;
}
.button:active {
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
    background: #eeeeee;
    color: #bbbbbb;
}
.button:focus {
    outline: none;
}
.button-wrap {
    background: linear-gradient(top, #e3e3e3, #f2f2f2);
    border-radius: 200px;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04);
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
.button-pill {
    border-radius: 50px;
}
.button-circle {
    border-radius: 240px;
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
    width: 120px;
    line-height: 110px;
    height: 120px;
    padding: 0px;
    border-width: 4px;
    font-size: 19px;
}
.button-checkin {
    background-color: #5EBD5E;
    border-color: #429F42;
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 40, 50, 0.35);
}
.button-checkin:hover {
    background-color: #429F42;
    color: white;
}
.button-checkin:active {
    background: #5EBD5E;
    color: white;
}

.button-checkout {
    background-color: #E8403C;
    border-color: #D21E1A;
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 40, 50, 0.35);
}
.button-checkout:hover {
    background-color: #D21E1A;
    color: white;
}
.button-checkout:active {
    background: #E8403C;
    color: white;
}


.page {
  max-width: 520px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  background: white;
}

.left ul {
  margin: 0;
  padding:0;
}

.left li {
  display: block;
}

.left a {
  display: block;
  text-decoration: none;
}

.menu {
  width: 100%;
}

.content {
  width: 90%;
  margin: 0 auto;
}

/* Layout */

.left {
width: 90%;
  margin-left: -100%;
  float: left;
  position: fixed;
  height: 100%;
  z-index: 9;
  display: none;
}

.right {
  width: 100%;
  margin-left: 0;
	float: left;
  position: relative;
}

.page.active .left {
  margin-left: 0;
  /* width: 80%; */
  max-width: 300px;
  margin-top: 63px;
  display: block;
  background-color: #FFF;
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 0 4px rgba(0,0,0,0.3);
  -ms-box-shadow: 2px 0 4px rgba(0,0,0,0.3);
  -o-box-shadow: 2px 0 4px rgba(0,0,0,0.3);
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.3);
}

.page.active .right {
  margin-right: -100%;
}
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- getbootstrap -->
<link href="http://getbootstrap.com/dist/css/bootstrap.css" rel="stylesheet" type="text/css" />

<body class="">
<div class="page">
<div class="menu-fixed menu">
    <div class="btn-group btn-group-justified" role="group" aria-label="...">
    <div class="btn-group" role="group">
        <button type="button" class="btn btn-default-menu"><i class="fa fa-bars"></i><br>Item 1</button>
    </div>
    <div class="btn-group" role="group">
        <button type="button" class="btn btn-default-menu"><i class="fa fa-bars"></i><br>Item 2</button>
    </div>
    <div class="btn-group" role="group">
        <button type="button" class="btn btn-default-menu"><i class="fa fa-bars"></i><br>Item 3</button>
    </div>
    <div class="btn-group" role="group">
        <button type="button" class="btn btn-default-menu toggle right"><i class="fa fa-bars"></i><br>Click</button>
    </div>
    </div>
</div>
<div class="left">
    <div class="list-group">
      <a href="#" class="list-group-item active"><i class="fa fa-bars"></i> Cras justo odio</a>
      <a href="#" class="list-group-item">Dapibus ac facilisis in</a>
      <a href="#" class="list-group-item"><i class="fa fa-bars"></i> Morbi leo risus</a>
      <a href="#" class="list-group-item">Porta ac consectetur ac</a>
      <a href="#" class="list-group-item">Vestibulum at eros</a>
    </div>
</div>
    
<section class="section-app">
    <div class="right">
            <div class="content">
              The standard Lorem Ipsum passage, used since the 1500s

"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."

Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC

"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?"

1914 translation by H. Rackham

"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?"

Section 1.10.33 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC

"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat."

1914 translation by H. Rackham

"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains."
            </div>
     </div>
</section>
    
</div>    
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- javascripts -->

</body>
</html>

http://codepen.io/KaeDesign/pen/pJpYor

jquery css menu toggle sidebar
1个回答
1
投票

像这样的东西?将margin-top: 63px;添加到.active和常规.left。然后我补充说

-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;

.left。最后,我从width: 90%;中删除了.left并将其添加到.page.active .left。希望这可以帮助!

$('.toggle').on('click', function(event) {
  
  event.preventDefault();
  $('.page').toggleClass('active');

});
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body{
    font-family: 'Open Sans', sans-serif;
    background: #471E48 !important;
}
.section-app{
    max-width: 520px;
    margin: 0 auto;
    background: white;
    padding: 60px 30px 30px 30px;
}
h1{
    font-weight: 800;
    color: #692B6A;
    letter-spacing: -1px;
    font-size: 26px;
}
.menu-fixed{
    max-width: 520px;
    margin: 0 auto;
    position: fixed;
    z-index: 9;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

/*********************** Alterado / Criado ******************************/

.notificacao-alert-top{
    position: absolute !important;
    z-index: 999;
    left: 51%;
    top: 5%;
    border-radius: 50px;
    padding: 5px;
}

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*********************** Alterado / Criado ******************************/

.btn-default-menu{
    background: #471E48;
    color: #fff;
    border-radius: 0;
    padding: 10px 0 15px 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.btn-default-menu:hover{
    background: #9FCE66;
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
}
/*********************** Alterado / Criado ******************************/
.active{
    color: #471E48;
    background: #fff;
    border-bottom: 1px solid #fff;
}
/*********************** Alterado / Criado ******************************/
.space-top{
    margin-top: 63px;
}
.space-10{
    margin: 10px 0;
}
.space-20{
    margin: 20px 0;
}
.space-30{
    margin: 30px 0;
}
.space-40{
    margin: 40px 0;
}
.space-50{
    margin: 50px 0;
}
.space-60{
    margin: 60px 0;
}
.pager li>a.sim{
    background: #5EBD5E;
    border: 0;
    border-radius: 50px;
    padding: 10px 40px;
    color: #FFF;
}
.pager li>a:hover.sim{
    background: #429F42;
}
.pager li>a.nao{
    color: #999999;
    border-radius: 50px;
    padding: 10px 40px;
}
.img-space{
    margin-right: 15px;
}

.btn-center{
    margin: 0 auto; text-align: center;
}
.button {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.15);
    background-color: #eeeeee;
    background: linear-gradient(top, #fbfbfb, #e1e1e1);
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    border: 1px solid #d4d4d4;
    height: 32px;
    line-height: 32px;
    padding: 0px 25.6px;
    font-weight: 800;
    font-size: 16px !important;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
.button:hover {
    background-color: #eeeeee;
    background: linear-gradient(top, #ffffff, #dcdcdc);
    text-decoration: none;
}
.button:active {
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
    background: #eeeeee;
    color: #bbbbbb;
}
.button:focus {
    outline: none;
}
.button-wrap {
    background: linear-gradient(top, #e3e3e3, #f2f2f2);
    border-radius: 200px;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04);
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
.button-pill {
    border-radius: 50px;
}
.button-circle {
    border-radius: 240px;
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
    width: 120px;
    line-height: 110px;
    height: 120px;
    padding: 0px;
    border-width: 4px;
    font-size: 19px;
}
.button-checkin {
    background-color: #5EBD5E;
    border-color: #429F42;
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 40, 50, 0.35);
}
.button-checkin:hover {
    background-color: #429F42;
    color: white;
}
.button-checkin:active {
    background: #5EBD5E;
    color: white;
}

.button-checkout {
    background-color: #E8403C;
    border-color: #D21E1A;
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 40, 50, 0.35);
}
.button-checkout:hover {
    background-color: #D21E1A;
    color: white;
}
.button-checkout:active {
    background: #E8403C;
    color: white;
}


.page {
  max-width: 520px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  background: white;
}

.left ul {
  margin: 0;
  padding:0;
}

.left li {
  display: block;
}

.left a {
  display: block;
  text-decoration: none;
}

.menu {
  width: 100%;
}

.content {
  width: 90%;
  margin: 0 auto;
}

/* Layout */

.left {
  margin-left: -100%;
  float: left;
  margin-top: 63px;
  position: fixed;
  height: 100%;
  z-index: 9;
  opacity:0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

.right {
  width: 100%;
  margin-left: 0;
	float: left;
  position: relative;
}

.page.active .left {
  margin-left: 0;
  width: 90%;
  max-width: 300px;
  margin-top: 63px;
  opacity: 1;
  display: block;
  background-color: #FFF;
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 0 4px rgba(0,0,0,0.3);
  -ms-box-shadow: 2px 0 4px rgba(0,0,0,0.3);
  -o-box-shadow: 2px 0 4px rgba(0,0,0,0.3);
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.3);
}

.page.active .right {
  margin-right: -100%;
}
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- getbootstrap -->
<link href="http://getbootstrap.com/dist/css/bootstrap.css" rel="stylesheet" type="text/css" />

<body class="">
<div class="page">
<div class="menu-fixed menu">
    <div class="btn-group btn-group-justified" role="group" aria-label="...">
    <div class="btn-group" role="group">
        <button type="button" class="btn btn-default-menu"><i class="fa fa-bars"></i><br>Item 1</button>
    </div>
    <div class="btn-group" role="group">
        <button type="button" class="btn btn-default-menu"><i class="fa fa-bars"></i><br>Item 2</button>
    </div>
    <div class="btn-group" role="group">
        <button type="button" class="btn btn-default-menu"><i class="fa fa-bars"></i><br>Item 3</button>
    </div>
    <div class="btn-group" role="group">
        <button type="button" class="btn btn-default-menu toggle right"><i class="fa fa-bars"></i><br>Click</button>
    </div>
    </div>
</div>
<div class="left">
    <div class="list-group">
      <a href="#" class="list-group-item active"><i class="fa fa-bars"></i> Cras justo odio</a>
      <a href="#" class="list-group-item">Dapibus ac facilisis in</a>
      <a href="#" class="list-group-item"><i class="fa fa-bars"></i> Morbi leo risus</a>
      <a href="#" class="list-group-item">Porta ac consectetur ac</a>
      <a href="#" class="list-group-item">Vestibulum at eros</a>
    </div>
</div>
    
<section class="section-app">
    <div class="right">
            <div class="content">
              The standard Lorem Ipsum passage, used since the 1500s

"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."

Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC

"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?"

1914 translation by H. Rackham

"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?"

Section 1.10.33 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC

"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat."

1914 translation by H. Rackham

"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains."
            </div>
     </div>
</section>
    
</div>    
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- javascripts -->

</body>
</html>
© www.soinside.com 2019 - 2024. All rights reserved.