Thank you for using Layouts Cloud

ADD THE FOLLOWING CODE TO COMPLETE IT  ↓

Give me the css

.layout {
border: 1px solid #b6c5d6;
border-radius: 5px;
margin-bottom: -20px !important;
-webkit-box-shadow: 0px 1px 55px -4px rgba(43,132,240,0.2);
-moz-box-shadow: 0px 1px 55px -4px rgba(43,132,240,0.2);
box-shadow: 0px 1px 55px -4px rgba(43,132,240,0.2);
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.scrolleffect:hover {
-webkit-transition: background-position 4s linear 0s;
-moz-transition: background-position 4s linear 0s;
transition: background-position 4s linear 0s;
background-position: center bottom;
/*The 4s is the time it takes for the image to scroll from start to finish, which is why the longer screenshots scroll faster*/
}
.scrolleffect {
min-height: 320px;
display: block;
background-position: center top;
background-repeat: no-repeat;
background-size: 100% auto;
position: relative;
-webkit-transition: background-position 1.3s ease-out 0.3s;
-moz-transition: background-position 1.3s ease-out 0.3s;
transition: background-position 1.3s ease-out 0.3s;
/*The ease-out 0.5s is the delay before the scroll return to the original position*/
}
@media all and (max-width: 1405px) {
.scrolleffect {
min-height: 220px !important;
}
}
.et_pb_toggle_close {
max-height: 50px !important;
max-width: 50px !important;
border-radius: 100px !important;
}
.et_pb_toggle_open {
border-radius: 3px !important;
text-align: center !important;
padding: 40px 60px !important;
padding-top: 0px !important;
width: 75% !important;
}
.et_pb_toggle_content p {
display: none !important;
}
.et_pb_toggle_open .et_pb_toggle_content p {
display: block !important;
}
.et_pb_toggle_open {
margin-top: 120px !important;
-webkit-box-shadow: 0px 4px 65px -4px rgba(43,132,240,0.35) !important;
-moz-box-shadow: 0px 4px 65px -4px rgba(43,132,240,0.35) !important;
box-shadow: 0px 4px 65px -4px rgba(43,132,240,0.35) !important;
}
.et_pb_toggle_open h5 {
margin-top: -22px !important;
background-color: white !important;
max-width: 50px !important;
max-height: 50px !important;
min-width: 50px !important;
min-height: 50px !important;
border-radius: 100px;
border: 1.4px solid #054d91;
line-height: 46px;
margin-left: auto !important;
margin-right: auto !important;
-webkit-box-shadow: 0px 1px 75px -4px rgba(43,132,240,0.2);
-moz-box-shadow: 0px 1px 75px -4px rgba(43,132,240,0.2);
box-shadow: 0px 1px 75px -4px rgba(43,132,240,0.2);
}

DELETE THIS SECTION AFTER THAT’S DONE ↓

How to add it

<style type=text/css><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.layout {<!-- [et_pb_line_break_holder] --> border: 1px solid #b6c5d6;<!-- [et_pb_line_break_holder] --> border-radius: 5px;<!-- [et_pb_line_break_holder] --> margin-bottom: -20px !important;<!-- [et_pb_line_break_holder] --> -webkit-box-shadow: 0px 1px 55px -4px rgba(43,132,240,0.2);<!-- [et_pb_line_break_holder] --> -moz-box-shadow: 0px 1px 55px -4px rgba(43,132,240,0.2);<!-- [et_pb_line_break_holder] --> box-shadow: 0px 1px 55px -4px rgba(43,132,240,0.2);<!-- [et_pb_line_break_holder] --> border-top-left-radius: 0px;<!-- [et_pb_line_break_holder] --> border-top-right-radius: 0px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> .scrolleffect:hover {<!-- [et_pb_line_break_holder] --> -webkit-transition: background-position 4s linear 0s;<!-- [et_pb_line_break_holder] --> -moz-transition: background-position 4s linear 0s;<!-- [et_pb_line_break_holder] --> transition: background-position 4s linear 0s;<!-- [et_pb_line_break_holder] --> background-position: center bottom;<!-- [et_pb_line_break_holder] --> /*The 4s is the time it takes for the image to scroll from start to finish, which is why the longer screenshots scroll faster*/<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> .scrolleffect {<!-- [et_pb_line_break_holder] --> min-height: 320px;<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> background-position: center top;<!-- [et_pb_line_break_holder] --> background-repeat: no-repeat;<!-- [et_pb_line_break_holder] --> background-size: 100% auto;<!-- [et_pb_line_break_holder] --> position: relative;<!-- [et_pb_line_break_holder] --> -webkit-transition: background-position 1.3s ease-out 0.3s;<!-- [et_pb_line_break_holder] --> -moz-transition: background-position 1.3s ease-out 0.3s;<!-- [et_pb_line_break_holder] --> transition: background-position 1.3s ease-out 0.3s;<!-- [et_pb_line_break_holder] --> /*The ease-out 0.5s is the delay before the scroll return to the original position*/<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> @media all and (max-width: 1405px) {<!-- [et_pb_line_break_holder] --> .scrolleffect {<!-- [et_pb_line_break_holder] --> min-height: 220px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> .et_pb_toggle_close {<!-- [et_pb_line_break_holder] --> max-height: 50px !important;<!-- [et_pb_line_break_holder] --> max-width: 50px !important;<!-- [et_pb_line_break_holder] --> border-radius: 100px !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> .et_pb_toggle_open {<!-- [et_pb_line_break_holder] --> border-radius: 3px !important;<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> padding: 40px 60px !important;<!-- [et_pb_line_break_holder] --> padding-top: 0px !important;<!-- [et_pb_line_break_holder] --> width: 75% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> .et_pb_toggle_content p {<!-- [et_pb_line_break_holder] --> display: none !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> .et_pb_toggle_open .et_pb_toggle_content p {<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> .et_pb_toggle_open {<!-- [et_pb_line_break_holder] --> margin-top: 120px !important;<!-- [et_pb_line_break_holder] --> -webkit-box-shadow: 0px 4px 65px -4px rgba(43,132,240,0.35) !important;<!-- [et_pb_line_break_holder] --> -moz-box-shadow: 0px 4px 65px -4px rgba(43,132,240,0.35) !important;<!-- [et_pb_line_break_holder] --> box-shadow: 0px 4px 65px -4px rgba(43,132,240,0.35) !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> .et_pb_toggle_open h5 {<!-- [et_pb_line_break_holder] --> margin-top: -22px !important;<!-- [et_pb_line_break_holder] --> background-color: white !important;<!-- [et_pb_line_break_holder] --> max-width: 50px !important;<!-- [et_pb_line_break_holder] --> max-height: 50px !important;<!-- [et_pb_line_break_holder] --> min-width: 50px !important;<!-- [et_pb_line_break_holder] --> min-height: 50px !important;<!-- [et_pb_line_break_holder] --> border-radius: 100px;<!-- [et_pb_line_break_holder] --> border: 1.4px solid #054d91;<!-- [et_pb_line_break_holder] --> line-height: 46px;<!-- [et_pb_line_break_holder] --> margin-left: auto !important;<!-- [et_pb_line_break_holder] --> margin-right: auto !important;<!-- [et_pb_line_break_holder] --> -webkit-box-shadow: 0px 1px 75px -4px rgba(43,132,240,0.2);<!-- [et_pb_line_break_holder] --> -moz-box-shadow: 0px 1px 75px -4px rgba(43,132,240,0.2);<!-- [et_pb_line_break_holder] --> box-shadow: 0px 1px 75px -4px rgba(43,132,240,0.2);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></style>

Let your clients decide where TO start

Layouts Cloud presents the

À La Carte Layout

?

Give your webdesign clients the option to choose from a menu of premade designs.

This way of working has rapidly become more popular over time since it speeds up the development, increases costumer satisfaction and in most cases provides a lower cost website for the client.

We will continue to update this layout every month so it will contain all the latest of our designs. 

Delete all the designs you don’t want your clients to choose from or aren’t relevant to your costumer base.  You can change names or add your own layouts to this page aswell.

* PLEASE NOTE THAT IT’S NOT ALLOWED TO SELL OUR DESIGNS AS IS. NO .JSON FILE CAN BE SOLD. OUR SERVICE IS CREATED TO BE USED AS A STARTING POINT FOR THE WEBDESIGN SERVICE OFFERED. 

Wedding RSVP
Lawn Care / Florist
Cups & Cakes Bakery
Kids Pre-School
SaaS
Digital Agency – Home

Digital Agency – About

Digital Agency – Services

Digital Agency – Contact

Digital Agency – Blog
Crypto
Golf
LC Corporate – Contact
LC Corporate – Projects
LC Corporate – Home
LC Corporate – About
Government Services – Pricing
Government Services – Home
Government Services – Contact
Government Services – Services
Ir al contenido