Responsive assignment 1

Developer
Size
3,688 Kb
Views
10,120

How do I make an responsive assignment 1?

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

Responsive assignment 1 Previews

Responsive assignment 1 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>responsive assignment 1</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="masthead"> <div class="masthead__content"> <div class="header"> <img src="http://imgh.us/[email protected]" alt="cleo-logo" class="logo" /> <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> </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="improveleft"> <p>Our Improvements</p> <div><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/844479/speed.png" class="improvement_image"></div> <div><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/844479/c-s-s.png" class="improvement_image"></div> <div><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/844479/query.png" class="improvement_image"></div> <div><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/844479/j-s.png" class="improvement_image"></div> <div><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/844479/shortcodes.png" class="improvement_image"></div> <div><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/844479/modules.png" class="improvement_image"></div>
</div>
<div> <div class="improveright"> <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/844479/admin-preview.png" class="performance_image"> </div>
</div>
</div>
</div>
</body>
</html>

Responsive assignment 1 - 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;
}
.improvement_image { float: left;
}
.improveleft { display: block; top: 10px; right: 10px; bottom: 10px; left: 10px;
}
.improveright { display: block; top: 10px; left: 10px; right: 10px; bottom: 10px;
}
.admin { float: right; width: 70%;
}
.slogan2 { text-align: center;
}
.slogan2_highlight { color: blue;
}
@media (max-width: 960px) { .header__button { float: right; clear: right; font-size: 14px!important; } .nav__item { width: 10em; display: inline; } .logo { width: 7em; position: absolute; left: 1%; top: 10%; } .header-content { font-size: 3vw } .masthead { padding-top: 10px; padding-left: 10px; padding-right: 10px; } .header__button { font-size: 3vw } .feature { width: 100%; } .feature__item { width: 33.3%; float: left; } .improvement_image { margin:auto; }
}
@media (max-width: 600px) { .header__button { width: 7em; } .nav__item { width: 10em; } .logo { width: 7em; position: absolute; left: 1%; top: 10%; } .header-content { font-size: 3vw } .masthead { padding-top: 10px; padding-left: 10px; padding-right: 10px; } .header__button { font-size: 3vw } .feature { width: 100%; } .feature__item { width: 50%; float: left; }
}
@media (max-width: 480px) { .header__button { width: 7em; } .nav__item { width: 10em } .logo { width: 7em; position: absolute; left: 1%; top: 10%; } .header-content { font-size: 3vw } .masthead { padding-top: 10px; padding-left: 10px; padding-right: 10px; } .header__button { font-size: 3vw } .feature { width: 100%; } .feature__item { width: 100%; float: none; } }
}
Responsive assignment 1 - Script Codes
Responsive assignment 1 - Script Codes
Home Page Home
Developer Poon Da Qian
Username poondq
Uploaded November 29, 2022
Rating 3
Size 3,688 Kb
Views 10,120
Do you need developer help for Responsive assignment 1?

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 web 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!