Difference between revisions of "Twisted Toppings"
Jump to navigation
Jump to search
imported>HoneyBadger |
imported>Felix |
||
Line 268: | Line 268: | ||
} | } | ||
.content { | .content { | ||
− | min-height: 750px; | + | //min-height: 750px; |
} | } | ||
.ttfooter { | .ttfooter { | ||
background: rgba(0,0,0,.4); | background: rgba(0,0,0,.4); | ||
border-top: 1px dotted white; | border-top: 1px dotted white; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .ttfooter img[alt="TTtinypizza.png"] { | ||
+ | margin: 0 1em; | ||
} | } | ||
/*---Panels---*/ | /*---Panels---*/ | ||
Line 280: | Line 284: | ||
justify-content: center; | justify-content: center; | ||
width: 75%; | width: 75%; | ||
− | margin: | + | margin: 1em auto; |
position: relative; | position: relative; | ||
overflow: hidden; | overflow: hidden; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
.panel { | .panel { | ||
+ | animation: moveIt 60s infinite; | ||
+ | animation-timing-function: linear; | ||
order: 0; | order: 0; | ||
− | |||
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
− | + | height: 300px; | |
width: calc(100% - 2px); | width: calc(100% - 2px); | ||
border: 1px dotted rgba(255,255,255,.75); | border: 1px dotted rgba(255,255,255,.75); | ||
Line 321: | Line 301: | ||
left: 0; | left: 0; | ||
transition: all 1s; | transition: all 1s; | ||
+ | } | ||
+ | .panel img { | ||
+ | height: 100%; | ||
+ | width: auto; | ||
} | } | ||
#first-panel { | #first-panel { | ||
Line 332: | Line 316: | ||
#first:target ~ #first-panel, #second:target ~ #second-panel, #third:target ~ #third-panel { | #first:target ~ #first-panel, #second:target ~ #second-panel, #third:target ~ #third-panel { | ||
left: 0; | left: 0; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
#first-panel, #first:target ~ #first-panel, #second:target ~ #second-panel, #third:target ~ #third-panel { | #first-panel, #first:target ~ #first-panel, #second:target ~ #second-panel, #third:target ~ #third-panel { | ||
Line 390: | Line 339: | ||
100% {left: -100%;} | 100% {left: -100%;} | ||
} | } | ||
− | + | #trio { | |
− | + | display: flex; | |
− | 1. | + | flex-flow: row wrap; |
− | + | justify-content: space-between; | |
− | + | margin: 2em auto; | |
− | + | width: 75%; | |
+ | } | ||
+ | #trio > div { | ||
+ | background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0; | ||
+ | border: 1px dotted white; | ||
+ | flex: 1 1 25%; | ||
+ | margin-right: 2.5em; | ||
+ | min-height: 250px; | ||
+ | padding: 1em; | ||
+ | position: relative; | ||
+ | } | ||
+ | #trio > div:last-of-type { | ||
+ | margin-right: 0; | ||
+ | } | ||
+ | #trio span { | ||
+ | align-items: center; | ||
+ | background: #00ff00 none repeat scroll 0 0; | ||
+ | border: 2px dotted white; | ||
+ | border-radius: 5em; | ||
+ | color: #00ffff; | ||
+ | display: flex; | ||
+ | float: left; | ||
+ | font-size: 2em; | ||
+ | font-weight: bold; | ||
+ | height: 2em; | ||
+ | justify-content: center; | ||
+ | left: -1em; | ||
+ | position: relative; | ||
+ | text-shadow: 1px 1px 1px black, -2px 1px 1px black, 1px -1px 1px black, -1px -1px 1px black; | ||
+ | top: -1em; | ||
+ | width: 2em; | ||
+ | } | ||
+ | #trio .two span { | ||
+ | background: #ff0000 none repeat scroll 0 0; | ||
+ | color: #ffff00; | ||
+ | } | ||
+ | #trio .three > span { | ||
+ | background: #0000ff none repeat scroll 0 0; | ||
+ | color: #ff00ff; | ||
} | } | ||
}}<div class="bg">[[File:TTbg.jpg|link=]]</div> | }}<div class="bg">[[File:TTbg.jpg|link=]]</div> | ||
Line 553: | Line 540: | ||
<div class="content"> | <div class="content"> | ||
<div id="panels"> | <div id="panels"> | ||
− | <div id=" | + | <div id="first-panel" class="panel">[[File:TTpanel1.jpg|link=]]</div> |
− | <div id=" | + | <div id="second-panel" class="panel">[[File:TTpanel2.jpg|link=]]</div> |
− | <div id=" | + | <div id="third-panel" class="panel">[[File:TTpanel3.jpg|link=]]</div> |
− | |||
− | |||
− | |||
</div> | </div> | ||
− | + | <div id="trio"> | |
+ | <div class="one"><span>1</span>Step one.</div> | ||
+ | <div class="two"><span>2</span>Step two.</div> | ||
+ | <div class="three"><span>3</span>Step three.</div> | ||
+ | </div></div> | ||
</div> | </div> | ||
− | <div class="ttfooter"><span> | + | <div class="ttfooter"><span>Twisted Toppings [[File:TTtinypizza.png|15px|link=]] D St. & Canary St. [[File:TTtinypizza.png|15px|link=]] [[File:Facebook-Icon.png|18px|link=]] [[File:Twitter-Icon.png|18px|link=]] [[File:TTtinypizza.png|15px|link=]] Prospect, California [[File:TTtinypizza.png|15px|link=]] (555)867-5309</span></div> |
Revision as of 07:08, 7 March 2017
1Step one.
2Step two.
3Step three.