Weekly UI - Dropbox Hero Component

Developer
Size
3,811 Kb
Views
18,216

How do I make an weekly ui - dropbox hero component?

What is a weekly ui - dropbox hero component? How do you make a weekly ui - dropbox hero component? This script and codes were developed by Fred Hawk on 14 November 2022, Monday.

Weekly UI - Dropbox Hero Component Previews

Weekly UI - Dropbox Hero Component - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Weekly UI - Dropbox Hero Component</title> <meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<section class="hero"> <div class="hero__background-container"></div> <div class="hero__content"> <h1 class="hero__header">Collaborate faster and more securely</h1> <h3 class="hero__subheader">Boost business productivity with the ultimate file saving and sharing tool that employees love and IT admins trust.</h3> <button class="hero__try">Try free for 30 days</button><span>or <a class="purchase-now" href="#">purchase now</a></span> </div>
</section> <script src="js/index.js"></script>
</body>
</html>

Weekly UI - Dropbox Hero Component - Script Codes CSS Codes

*, *:before, *:after { box-sizing: border-box;
}
.hero { font-family: 'Open Sans', sans-serif; background: #eeeeee;
}
@media (min-width: 25rem) { .hero { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; }
}
@media (min-width: 25rem) { .hero__background-container { width: 50vw; background-image: url(https://cf.dropboxstatic.com/static/images/business/homepage/background--mac--female-vflXgX00m.jpg); background-repeat: no-repeat; background-size: cover; }
}
.hero__content { text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: column; flex-flow: column; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; padding: 1rem; z-index: 2;
}
@media (min-width: 25rem) { .hero__content { text-align: left; }
}
@media (min-width: 48rem) { .hero__content { margin: 10vh 15vw; width: 50vw; }
}
.hero__header { font-weight: 100; font-size: 1.6rem; line-height: 1.3; color: #47525d; margin-bottom: 1rem; padding-bottom: 0;
}
@media (min-width: 48rem) { .hero__header { font-size: 3rem; letter-spacing: -2px; }
}
.hero__subheader { font-weight: 100; font-size: 0.95rem; line-height: 1.5; color: #47525d; margin-bottom: 3.7rem;
}
@media (min-width: 48rem) { .hero__subheader { font-size: 1.1rem; letter-spacing: -1px; }
}
.hero__try { margin: 0 auto; padding: 1rem 0; width: 14rem; background: #0071e0; border: none; border-radius: 5px; color: white; line-height: 1.3; font-size: 1rem;
}
.hero__try:hover { background: #3398ea;
}
@media (min-width: 48rem) { .hero__try { margin: 0 0; }
}
span { margin-top: 1.3rem; text-align: center;
}
@media (min-width: 48rem) { span { text-align: left; }
}
.purchase-now { color: #0071e0; text-decoration: none; border-bottom: 1px solid #0071e0;
}
.purchase-now:hover { color: #3398ea; border-bottom: 1px solid #3398ea;
}

Weekly UI - Dropbox Hero Component - Script Codes JS Codes

//https://www.dropbox.com/business
"use strict";
Weekly UI - Dropbox Hero Component - Script Codes
Weekly UI - Dropbox Hero Component - Script Codes
Home Page Home
Developer Fred Hawk
Username osycon
Uploaded November 14, 2022
Rating 3
Size 3,811 Kb
Views 18,216
Do you need developer help for Weekly UI - Dropbox Hero Component?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Fred Hawk (osycon) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!