Css assignment 3

Developer
Size
3,508 Kb
Views
14,168

How do I make an css assignment 3?

What is a css assignment 3? How do you make a css assignment 3? This script and codes were developed by Poon Da Qian on 29 November 2022, Tuesday.

Css assignment 3 Previews

Css assignment 3 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>css assignment 3</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="masthead"> <div class="masthead__content"> <div class="header"> <a href="" class="header__button">Buy Theme | $64</a> <ul class="nav"> <li class="nav__item"><a class="nav__links nav__item_active" href="#demo">DEMOS</a></li> <li class="nav__item"><a class="nav__links" href="#features">FEATURES</a></li> <li class="nav__item"><a class="nav__links" href="#documentation">DOCUMENTATION</a></li> <li class="nav__item"><a class="nav__links" href="#updates">UPDATES</a></li> </ul> <img src="http://imgh.us/[email protected]" alt="cleo-logo" class="logo" /> </div> <div class="header-content"> <p>Go pro with the <span class="masthead__intro_highlight">Most Wanted Buddypress</span> theme</p> <h1>The <span class="masthead__title__highlight">#1 BuddyPress</span> Theme for 2016</h1> <p>You can build anything, with over 150 elements. And you'll enjoy it.</p> <div class="masthead__button"> <div class="masthead__icon"> <img src="http://imgh.us/play-button_2.png" alt="play-button" /> <p>SEE MAIN DEMO</p> </div> </div> </div> </div>
</div>
<div class="feature"> <ul class="feature__list clearfix"> <li class="feature__item community"> <img src="http://imgh.us/outline-icon_1.png" alt="community-logo" /> <h2>Community</h2> <p>A vibrant community helps you attract new users, keep current users engaged, and provide valuable feedback to help improve your product. </p> </li> <li class="feature__item"> <img src="http://imgh.us/outline-icon_2.png" alt="blog-logo" /> <h2>Blog</h2> <p>Blogging helps you connect with and make friends with people from all walks of life. </p> </li> <li class="feature__item"> <img src="http://imgh.us/outline-icon_3.png" alt="e-learning-logo" /> <h2>E-learning</h2> <p> Teaching coursework has never been easier, you can easily create courses, write lessons, and add quizzes. </p> </li> <li class="feature__item"> <img src="http://imgh.us/outline-icon_4.png" alt="shop-logo" /> <h2>Awesome shop</h2> <p>The most customizable eCommerce platform for building your online business. </p> </li> <li class="feature__item"> <img src="http://imgh.us/outline-icon_5.png" alt="directory-logo" /> <h2>Business directory</h2> <p>Turns Kleo Theme into the location based business directory portal you always dreamed of. </p> </li> <li class="feature__item"> <img src="http://imgh.us/outline-icon_6.png" alt="portfolio-logo" /> <h2>Nice portfolio</h2> <p>Your portfolio is ready to shine, showcase your nice portfolio right now!!! </p> </li> </ul>
</div>
<div class="slogan"> <h1>Revolutionary <span class="slogan_highlight">Modular System</span> for better SPEED</h1> <p class="slogan__details">The most wanted feaure in KLEO - Enable just the feature used in your site. </p>
</div>
<div class="modularsystem clearfix"> <img src="http://imgh.us/admin-preview_1.png" alt="" class="admin" /> <div class="improvements clearfix"> <img src="http://imgh.us/speed_1.png" alt="" class="improvement-item" /> <img src="http://imgh.us/speed_1.png" alt="" class="improvement-item" /> <img src="http://imgh.us/speed_1.png" alt="" class="improvement-item" /> <img src="http://imgh.us/speed_1.png" alt="" class="improvement-item" /> <img src="http://imgh.us/speed_1.png" alt="" class="improvement-item" /> <img src="http://imgh.us/speed_1.png" alt="" class="improvement-item" /> </div>
</div>
<div class="slogan2"> <h1>Best <span class="slogan2_highlight">Page Builder on the Market</span></h2> <p class="slogan2__details">It comes with a very intuitive, easy to use interface to build your pages or blog posts. You have a front-end editor where you can see live how your elements look or use the admin editor to build your content. </p>
</div>
</body>
</html>

Css assignment 3 - Script Codes CSS Codes

@import 'https://fonts.googleapis.com/css?family=Lato|Open+Sans|Roboto';
body { font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box;
}
.clearfix:after { display: block; content: ''; clear: both;
}
.masthead { position: relative; background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/839693/essential-grid-wp-plugin.jpg') center center no-repeat scroll; background-size: cover; padding: 0 5% 180px;
}
.masthead:before { position: absolute; display: block; content: ''; top: 0; left: 0; width: 100%; height: 100%; background: rgba(10, 52, 100, 0.9); z-index: 0;
}
.masthead__content { position: relative; text-align: center; color: #fff;
}
.masthead__intro_highlight { font-weight: bold; font-size: 1.2em;
}
.header { padding: 52px 0; font-size: 14px; text-transform: uppercase;
}
.logo { width: 148px; height: auto; margin-top: -13px; float: left;
}
.nav { width: 60%; padding: 0; margin: auto; text-align: center; list-style: none;
}
.nav__item { display: inline-block;
}
.nav__links { color: #fff; text-decoration: none; margin: 5px;
}
.nav__item_active,
.masthead__title__highlight { color: #00b9f7;
}
.header__button { float: right; color: #fff; text-decoration: none; border: 2px solid #fff; padding: 10px 15px; border-radius: 2px; margin-top: -10px;
}
.masthead__button { padding: 40px 40px;
}
.masthead__icon { color: rgba(255, 255, 255, 0.5); font-size: 0.75em;
}
.feature { position: relative; width: 80%; margin: -120px auto; background: #fff; box-shadow: 0 12px 42px 12px rgba(0, 0, 0, 0.08); z-index: 4;
}
.feature__list { margin: 0; padding: 0;
}
.feature__list h2 { text-transform: uppercase; font-family: Roboto;
}
.feature__item { list-style: none; border: solid 1px #e5e5e5; padding: 40px 20px; width: 33.3333333%; height: 250px; font-size: 87%; font-family: Roboto; float: left; text-align: center;
}
.feature_item:nth-child(4) { clear: both;
}
.slogan { margin-top: 150px; text-align: center; font-family: opens sans;
}
.modularsystem { width: 100%; height: 100%;
}
.slogan_highlight { font-weight: bold;
}
.improvements { width: 10%; height: auto; margin-left: 20%; margin-top: 10px;
}
.improvement-item { float: left; margin: 1%; width: 48%;
}
.admin { float: right; width: 70%;
}
.slogan2 { text-align: center;
}
.slogan2_highlight { color:blue;
}
Css assignment 3 - Script Codes
Css assignment 3 - Script Codes
Home Page Home
Developer Poon Da Qian
Username poondq
Uploaded November 29, 2022
Rating 3
Size 3,508 Kb
Views 14,168
Do you need developer help for Css assignment 3?

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!

Poon Da Qian (poondq) Script Codes
Create amazing captions 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!