ULTRAEDIT WEBSITE:-(VIDEO47)
SOURCE CODE:-
CSS:-
/* .logo {
height: 30px;
width: 40px;
background-color: blue;
} */
.logo img {
width: 164px;
}
nav {
display: flex;
justify-content: space-around;
align-items: center;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.right ul {
display: flex;
gap: 34px;
}
.right ul li {
list-style: none;
display: flex;
align-items: center;
padding: 0 5px;
cursor: pointer;
}
.right ul li span {
padding: 0 5px;
}
.first {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 23px;
margin: 70px;
font-family: sans-serif;
}
.first span {
font-size: 40px;
}
section span img {
width: 82px;
margin: 0 23px;
}
.first p {
font-size: 22px;
width: 55vw;
text-align: center;
}
.btn {
background: #00b6d1;
padding: 14px 16px;
color: white;
border: none;
border-radius: 6px;
font-weight: 700;
margin: 12px 0;
cursor: pointer;
}
.btn a{
text-decoration: none;
color: white;
}
.flex {
display: flex;
}
.small {
font-size: 12px;
}
.second {
max-width: 65vw;
margin: auto;
}
.green {
background: #5cb85c;
}
.item {
padding: 23px;
background-color: #f9f9f9;
border-radius: 6px;
font-size: 20px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-align: center;
}
.item-lang {
font-weight: 700;
text-align: center;
padding-bottom: 36px;
}
.grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 12px ;
}
.download :nth-child(2) {
font-size: 23px;
}
.download img{
padding: 0 12px;
}
.download{
font-family: sans-serif;
display: flex;
gap: 10px;
align-items: center;
}
@media screen and (max-width:1145px) {
.grid {
/* background-color: red; to check media query working or not */
grid-template-columns: 1fr;
}
}
HTML:-
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ultraedit</title>
<link rel="stylesheet" href="style.css">
<title>Download UltraEdit text editor for Windows</title>
</head>
<body>
<header>
<nav>
<div class="logo">
<img src="https://www.ultraedit.com/wp-content/uploads/2023/01/UE-Logo-1.webp" alt="">
</div>
<div class="right">
<ul>
<li><span>Products</span> <svg width="20" height="20" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M6 9L11.2929 14.2929C11.6262 14.6262 11.7929 14.7929 12 14.7929C12.2071 14.7929 12.3738 14.6262 12.7071 14.2929L18 9"
stroke="#141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg></li>
<li><span>For busi</span>ness<svg width="20" height="20" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M6 9L11.2929 14.2929C11.6262 14.6262 11.7929 14.7929 12 14.7929C12.2071 14.7929 12.3738 14.6262 12.7071 14.2929L18 9"
stroke="#141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg></li>
<li><span>Resource</span><svg width="20" height="20" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M6 9L11.2929 14.2929C11.6262 14.6262 11.7929 14.7929 12 14.7929C12.2071 14.7929 12.3738 14.6262 12.7071 14.2929L18 9"
stroke="#141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg></li>
<li><span>Support<< /span><svg width="20" height="20" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M6 9L11.2929 14.2929C11.6262 14.6262 11.7929 14.7929 12 14.7929C12.2071 14.7929 12.3738 14.6262 12.7071 14.2929L18 9"
stroke="#141B34" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round" />
</svg></li>
<li><span>Our comp</span>any<svg width="20" height="20" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M6 9L11.2929 14.2929C11.6262 14.6262 11.7929 14.7929 12 14.7929C12.2071 14.7929 12.3738 14.6262 12.7071 14.2929L18 9"
stroke="#141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg></li>
<li><img src="language.png" width="20" alt=""></li>
</ul>
</div>
</nav>
</header>
<main>
<section class="first">
<span>Download <b>UltraEdit</b> for Windows<img width="34"
src="https://www.ultraedit.com/wp-content/uploads/2022/10/Reviews.png" alt=""> </span>
<p>Download and try UltraEdit before you buy it! This download includes the full Windows version of the text
editor.</p>
<div>
<button class="btn">Download Mac or Linux version</button>
</div>
</section>
<section class="second">
<div class="download">
<img src="https://www.ultraedit.com/wp-content/uploads/2022/11/UE.png" alt="">
<span>Download UltraEdit </span>
<span class="small">v2024.1(released 2024-08-27) | Hotfix</span>
</div>
<div class="grid">
<div class="item">
<div class="item-lang">English</div>
<button class="btn blue"><a href="/ue_english_64.exe">Download 32-bit</a></button>
<button class="btn green"><a href="/ue_english_64.exe">Download 64-bit</a></button>
</div>
<div class="item">
<div class="item-lang">English</div>
<button class="btn blue"><a href="/ue_english_64.exe">Download 32-bit</a></button>
<button class="btn green"><a href="/ue_english_64.exe">Download 64-bit</a></button>
</div>
<div class="item">
<div class="item-lang">English</div>
<button class="btn blue"><a href="/ue_english_64.exe">Download 32-bit</a></button>
<button class="btn green"><a href="/ue_english_64.exe">Download 64-bit</a></button>
</div>
<div class="item">
<div class="item-lang">English</div>
<button class="btn blue"><a href="/ue_english_64.exe">Download 32-bit</a></button>
<button class="btn green"><a href="/ue_english_64.exe">Download 64-bit</a></button>
</div>
<div class="item">
<div class="item-lang">English</div>
<button class="btn blue"><a href="/ue_english_64.exe">Download 32-bit</a></button>
<button class="btn green"><a href="/ue_english_64.exe">Download 64-bit</a></button>
</div>
<div class="item">
<div class="item-lang">English</div>
<button class="btn blue"><a href="/ue_english_64.exe">Download 32-bit</a></button>
<button class="btn green"><a href="/ue_english_64.exe">Download 64-bit</a></button>
</div>
<div class="item">
<div class="item-lang">English</div>
<button class="btn blue"><a href="/ue_english_64.exe">Download 32-bit</a></button>
<button class="btn green"><a href="/ue_english_64.exe">Download 64-bit</a></button>
</div>
<div class="item">
<div class="item-lang">English</div>
<button class="btn blue"><a href="/ue_english_64.exe">Download 32-bit</a></button>
<button class="btn green"><a href="/ue_english_64.exe">Download 64-bit</a></button>
</div>
<div class="item">
<div class="item-lang">English</div>
<button class="btn blue"><a href="/ue_english_64.exe">Download 32-bit</a></button>
<button class="btn green"><a href="/ue_english_64.exe">Download 64-bit</a></button>
</div>
</div>
</section>
</main>
</body>
</html>

Comments
Post a Comment