Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width-device-width">
- <meta name="description" content="rpfesional web disign">
- <meta name="keywords" content="web design,profesional web design">
- <meta name="autor" content="grozdana ">
- <title>Creative hub web disign</title>
- <link rel="stylesheet" type="text/css" href="./css/style.css">
- </head>
- <body>
- <header>
- <div class="container">
- <div id="branding">
- <h1> <span class="highlight">Creative hub</span>Web Design</h1>
- </div>
- <nav>
- <ul>
- <li class="current"><a href="index.html">Home</a>
- </li>
- <li>
- <a href="about.html">About</a>
- </li>
- <li >
- <a href="services.html">Services</a>
- </li>
- </ul>
- </nav>
- </div>
- </header>
- <section id="showcase">
- <div class="container">
- <h1>Professional Web Design</h1>
- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
- tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
- quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
- consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
- cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
- proident, sunt in culpa qui officia deserunt mollit anim id est laborum. i</p>
- </div>
- </section>
- <section id="newsweatter">
- <div class="container">
- <h1>Subscribe to our Newsletter</h1>
- <form>
- <input type="email" placeholder="enter email...">
- <button type="submit" class="button_1">Subscribe</button>
- </form>
- </div>
- </section>
- <section id="boxes">
- <div class="cointeiner">
- <div class="box">
- <img src="./img/logo_html.png">
- <h3>HTML5 MARKUP</h3>
- <P>lorem ipsum kbjlksfbhlkngmlknkgfjngf</P>
- </div>
- <div class="box">
- <img src="./img/logo_css.png">
- <h3>CSS Styling</h3>
- <p>dhsfukdhgjklfkjhfhjgjjgjgjgjgj</p>
- </div>
- <div class="box">
- <img src="./img/logo_brush.png">
- <h3>Draphic Design</h3>
- <p>djfhnfjncvvnvnnvnvnvdfkghkdjhgjkhdfgdgjk</p>
- </div>
- </div>
- </section>
- <footer>
- <p>Creative hun,Copyright © 2018</p>
- </footer>
- </body>
- </html>
- body{
- font: 15px/1.5 Arial, Helvetcia, sans-serif;
- padding: 0;
- margin: 0;
- background-color: #f4f4f4;
- }
- .container{
- width: 80%;
- margin: auto;
- overflow: hidden;
- }
- ul{
- margin: 0;
- padding: 0;
- }
- .button_1{
- height: 38px;
- background: gray;
- border:0;
- padding-left: 20px;
- padding-right: 20px;
- color: white;
- }
- .dark{
- padding: 15px;
- background: #35424a;
- color: white;
- margin-top: 10px;
- margin-bottom: 10px;
- }
- header{
- background: #35424a;
- color: white;
- padding-top: 30px;
- min-height: 70px;
- border-bottom: #e8491d 3px solid;
- }
- header a{
- color: white;
- text-decoration: none;
- text-transform: uppercase;
- font-size: 16px;
- }
- header li{
- float: left;
- display: inline;
- padding: 0 20px 0 20px;
- }
- header #branding{
- float: left;
- }
- header #branding h1{
- margin: 0;
- }
- header .highlight,header .current a{
- color: #e8491d;
- font-weight: bold;
- }
- header nav{
- float: right;
- }
- header a:hover{
- color: #e8491d;
- font-weight: bold;
- }
- #showcase{
- min-height: 400px;
- background: url("../img/showcase.jpg") no-repeat 0 -400px;
- text-align: center;
- color: white;
- }
- #newsweatter {
- padding: 15px;
- color: white;
- background: #35424a;
- }
- #newsweatter h1{
- float: left;
- }
- #newsweatter form{
- float: right;
- margin-top: 15px;
- }
- #newsweatter input[type="email"]{
- padding: 4px;
- height: 25px;
- width: 250px;
- }
- #boxes .box {
- float: left;
- text-align: center;
- width: 30%;
- padding: 10px;
- }
- #boxes .box img{
- width: 90px;
- }
- footer{
- padding: 20px;
- margin-top: 220px;
- color: white;
- background-color: #e8491d;
- text-align: center;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement