CODECADEMY BOLT

Size
3,159 Kb
Views
50,600

How do I make an codecademy bolt?

What is a codecademy bolt? How do you make a codecademy bolt? This script and codes were developed by David Carranza on 09 October 2022, Sunday.

CODECADEMY BOLT Previews

CODECADEMY BOLT - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CODECADEMY BOLT</title> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<html> <head> <link href='https://fonts.googleapis.com/css?family=Oxygen:300,400,700' rel='stylesheet' type='text/css'> </head> <body> <div class="jumbotron"> <div class="container"> <div class="header"> <div class='row'> <div class='col-md-3'> <img src='https://s3.amazonaws.com/codecademy-content/projects/bolt-network/logo.svg'/> </div> <div class='pull-right'> <ul> <li id='white'>Log in </li> <a href='#' class='btn btn-default'> Sign Up </a> </ul> </div> </div> </div> <div class="main"> <h1>Watch your favorite movies, instantly.</h1> <a href='#' class='btn btn-default'> Learn More </a> <form class="form-inline" role='form'>	<div class="form-group">	<input type="text" class="form-control" id="search" placeholder="Browse the collection">	</div> <button type='submit' class='btn btn-submit'> Search </button> </form> </div> </div> </div> <div class="supporting"> <div class="container"> <h2>A world of movies at your fingertips.</h2> <p>Choose from the latest titles, with new movies added every day.</p> <div class= 'row'> <div class='col-md-8'> <img src='https://s3.amazonaws.com/codecademy-content/projects/bolt-network/the-avengers.jpg'/> </div> <div class='col-md-4'> <img src='https://s3.amazonaws.com/codecademy-content/projects/bolt-network/harry-potter.jpg'/> </div> <div class= 'row'> <div class='col-md-4'> <img src='https://s3.amazonaws.com/codecademy-content/projects/bolt-network/frozen.jpg'/> </div> <div class='col-md-4'> <img src='https://s3.amazonaws.com/codecademy-content/projects/bolt-network/iron-man.jpg'/> </div> <div class='col-md-4'> <img src='https://s3.amazonaws.com/codecademy-content/projects/bolt-network/transformers.jpg'/> </div> </div> <div class='row'> <div class='col-md-4'> <img src='https://s3.amazonaws.com/codecademy-content/projects/bolt-network/lord-of-the-rings.jpg'/> </div> <div class='col-md-8'> <img src='https://s3.amazonaws.com/codecademy-content/projects/bolt-network/skyfall.jpg'/> </div> </div> <div class='row'>	<div class='col-md-4'> <img src='https://s3.amazonaws.com/codecademy-content/projects/bolt-network/the-dark-knight.jpg'/> </div> <div class='col-md-4'> <img src='https://s3.amazonaws.com/codecademy-content/projects/bolt-network/pirates-of-the-caribbean.jpg'/> </div> <div class='col-md-4'> <img src='https://s3.amazonaws.com/codecademy-content/projects/bolt-network/toy-story-3.jpg'/> </div> </div> </div> </div> </div> <div class="feature"> <div class="container"> <h1>Available everywhere</h1> <p>Start watching on one device, and pick up where you left off on another device.</p> </div> </div> <div class="footer"> <div class="container"> <div class='row'> <div class='col-md-3'> <h3>Bolt</h3> <ul> <li>Careers</li> <li>Terms</li> <li>Help</li> </ul> </div> <div class='col-md-3'> <h3>More Bolt</h3> <ul> <li>Gift Cards</li> <li>Trailers</li> </ul> </div> <div class='col-md-3'> <h3>News</h3> <ul> <li>Blog</li> <li>Twitter</li> <li>YouTube</li> <li>Google+</li> <li>Facebook</li> </ul> </div> </div> </div> </div> </div> </div> </body>
</html>
</body>
</html>

CODECADEMY BOLT - Script Codes CSS Codes

* { box-sizing: border-box;
}
html, body { font-family: "Oxygen", sans-serif; font-weight: 300; margin: 0; padding: 0;
}
.container { max-width: 970px;
}
/**** JUMBOTRON ****/
.jumbotron, body { background-color: #000; text-align: center;
}
.header { color: #fff;
} .header ul { list-style: none; } .header li { display: inline; margin-right: 30px; }
.jumbotron img{ width: 180px; float: left;
}
#white { padding-right: 25px;
}
.jumbotron a { color:#0393FF; background: none; border: 1px solid #0393FF; width: 80px; position:relative; top:30px;
}
.jumbotron a:hover { background-color:#0393FF; border: 1px solid transparent; color: #fff;
}
/********** MAIN ************/
.main {	color: #fff; margin-bottom: 5px;
}
.main h1 { margin-top: 80px;
}
.main a { width: 120px; margin-top: 40px; margin-bottom: 80px;
}
.btn-submit { color:#0393FF; background: none; border: 1px solid #0393FF; width: 80px;
}
.btn-submit:hover { background-color:#0393FF; border: 1px solid transparent; color: #fff;
}
/******** FORM STYLING *******/
#search { background:transparent; border:0px; border-radius:0; border-bottom:1px solid #fff; color:#fff; font-size:18px; margin:0 20px; width:400px; } #search:hover { border-bottom:1px solid #0393ff; } #search:focus { border-bottom:1px solid #0393ff; box-shadow:0px 0px 0px; outline:0px; }
/********** SUPPORTING ************/
.supporting { background-image: url('[email protected]'); background-size: 141px 142px; text-align: center; color: #FFF; padding-top: 60px; padding-bottom: 80px;
}
.supporting h2 { color: #0393FF;
}
.supporting p { padding-bottom: 40px;
}
/********************** FEATURE ************/
.feature { background: url('https://s3.amazonaws.com/codecademy-content/projects/bolt-network/feature.jpg')no-repeat center center;	background-size: cover; height: 300px;
}
.feature h1,p { position: relative; top: 50px;
}
.feature h1 { color:#0393FF
}
.feature p { color: #fff;
}
/************************** FOOOOOOTER *******************/
.footer { margin:0; padding: 0; height: 250px;
}
.footer h3, li { position:relative; top: 30px;
}
.footer h3 { color:white; font-size: 16px;
}
.footer ul { list-style: none; color: #0393FF; font-size: 14px;
}
CODECADEMY BOLT - Script Codes
CODECADEMY BOLT - Script Codes
Home Page Home
Developer David Carranza
Username HotChaiLatte
Uploaded October 09, 2022
Rating 3
Size 3,159 Kb
Views 50,600
Do you need developer help for CODECADEMY BOLT?

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!

David Carranza (HotChaiLatte) 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!