Weekly UI - Statue of liberty

Developer
Size
4,032 Kb
Views
14,168

How do I make an weekly ui - statue of liberty?

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

Weekly UI - Statue of liberty Previews

Weekly UI - Statue of liberty - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Weekly UI - Statue of liberty</title> <meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Lato|Montserrat:400,700|Source+Sans+Pro" 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> <article class="wrapper"> <article class="container"> <section class="main"> <header class="site-title"> <h1>New<br />York</h1> </header> <div class="content"> <div class="text-stuff"> <h3>Statue of Liberty</h3> <p class="lead">3.2 million like this</p> <p class="desc">"The Statue of Liberty Enlightening the World" was a gift of friendship from the people of France to the United States and is recognized as a universal symbol of freedom and democracy.</p> </div> <div class="statue-img"> <img src="https://unsplash.it/800/150/?random" alt="" class="statue" /> </div> </div> </section> <footer class="footer"> <div class="hashtags"> <p class="hashtag">#newyork</p> <p class="hashtag">#i'veneverbeen</p> <p class="hashtag">#dreamscometrue</p> <p class="hashtag">#bigapple</p> </div> <div class="pics"> <div class="image"> <img src="https://unsplash.it/100?random" alt="" class="pic" /> </div> <div class="image"> <img src="https://unsplash.it/100/150/?random" alt="" class="pic" /> </div> <div class="image"> <img src="https://unsplash.it/100/100/?random" alt="" class="pic" /> </div> <div class="thumb"> <p>+15</p> </div> </div> </footer> </article>
</article> <script src="js/index.js"></script>
</body>
</html>

Weekly UI - Statue of liberty - Script Codes CSS Codes

.wrapper { margin: 0 auto; background: url("https://unsplash.it/1500/1500"); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 85vh; width: 65rem; overflow: hidden;
}
.container { background: rgba(0, 0, 0, 0.5); width: 80%; height: 80%; border-radius: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: column; flex-flow: column; box-shadow: 0px 0px 0px 150px rgba(0, 0, 0, 0.75);
}
.main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto;
}
.site-title { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-left: 2rem; border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
.site-title > h1 { font-family: 'Montserrat', sans-serif; color: white; font-size: 7rem; line-height: 90%;
}
.content { width: 70%; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: column; flex-flow: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background: white; border-top-right-radius: 20px;
}
h3 { font-size: 1.3rem; padding-top: 1.6em; margin-left: 2rem; font-family: 'Montserrat', sans-serif;
}
.lead { font-size: 0.8em; color: DeepSkyBlue; margin-left: 2rem; font-family: 'Lato', sans-serif;
}
.desc { color: Gray; margin-left: 2rem; margin-right: 6rem; font-family: 'Source Sans Pro', sans-serif;
}
.statue-img { background: salmon; overflow: hidden; width: 329px; height: 150px;
}
.footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
}
.hashtags { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-flex: 2; -ms-flex: 2 1 auto; flex: 2 1 auto; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-family: 'Lato', sans-serif;
}
.hashtag { color: white;
}
.pics { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto;
}
.image { position: relative; width: 80px; height: 80px; overflow: hidden;
}
.image img { width: 100%; vertical-align: top;
}
.image:after { content: '\A'; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(52, 32, 99, 0.75); opacity: 1;
}
.thumb { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: gray; background: #505050; border-bottom-right-radius: 20px; font-weight: bold; font-family: 'Montserrat', sans-serif;
}

Weekly UI - Statue of liberty - Script Codes JS Codes

//Design by
//https://dribbble.com/NpaulFlavius
//https://dribbble.com/shots/2144170-Day-014-Location-Card/attachments/392323
"use strict";
Weekly UI - Statue of liberty - Script Codes
Weekly UI - Statue of liberty - Script Codes
Home Page Home
Developer Fred Hawk
Username osycon
Uploaded November 14, 2022
Rating 3
Size 4,032 Kb
Views 14,168
Do you need developer help for Weekly UI - Statue of liberty?

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 SEO content 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!