"Left-Nav-Smooth"
Bootstrap 4.0.0 Snippet by themummer

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class='brand'>
<a href='https://www.jamiecoulter.co.uk' target='_blank'>
<img src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/217233/logo.png'>
</a>
</div>
<!-- / Begin Body -->
<div class='swanky'>
<!-- / Introduction Block -->
<div class='swanky_title'>
<h1>Swanky Lil Drop Down Menu V2.0</h1>
<p>Pure CSS Drop down menu. Nice little addition to any non-javascript user interface. Uses the labels for trick to toggle animations.</p>
<div class='swanky_title__social'>
<a href='https://www.twitter.com/jamiecoulter89' target='_blank'>
<div class='slide'>
<div class='arrow'>
<div class='stem'></div>
<div class='point'></div>
</div>
</div>
<img src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/217233/tw.png'>
Twitter
</a>
</div>
<div class='swanky_title__social'>
<a href='https://www.codepen.io/jcoulterdesign/' target='_blank'>
<div class='slide'>
<div class='arrow'>
<div class='stem'></div>
<div class='point'></div>
</div>
</div>
<img src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/217233/cp.png'>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);
ul {
padding: 0;
margin: 0;
}
li {
list-style-type: none;
}
input[type='radio'] {
display: none;
}
label {
cursor: pointer;
}
::-webkit-scrollbar {
display: none;
}
body .swanky {
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
body {
height: 100vh;
font-weight: 500;
font-family: "Roboto", sans-serif;
background: -webkit-linear-gradient(315deg, #8254EA 0%, #E86DEC 100%);
background: linear-gradient(135deg, #8254EA 0%, #E86DEC 100%);
-webkit-font-smoothing: antialiased;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
<script src='//production-assets.codepen.io/assets/common/stopExecutionOnTimeout-b2a7b3fe212eaa732349046d8416e00a9dec26eb7fd347590fbced3ab38af52e.js'></script><script src='//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script >/* No thanks! */
//# sourceURL=pen.js
</script>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: