Advertisement
grozdana

Untitled

Sep 14th, 2018
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width-device-width">
  7. <meta name="description" content="rpfesional web disign">
  8. <meta name="keywords" content="web design,profesional web design">
  9. <meta name="autor" content="grozdana ">
  10. <title>Creative hub web disign</title>
  11. <link rel="stylesheet" type="text/css" href="./css/style.css">
  12. </head>
  13. <body>
  14. <header>
  15. <div class="container">
  16. <div id="branding">
  17.  
  18. <h1> <span class="highlight">Creative hub</span>Web Design</h1>
  19. </div>
  20. <nav>
  21.  
  22.  
  23. <ul>
  24. <li class="current"><a href="index.html">Home</a>
  25.  
  26. </li>
  27. <li>
  28. <a href="about.html">About</a>
  29.  
  30. </li>
  31. <li >
  32.  
  33. <a href="services.html">Services</a>
  34. </li>
  35.  
  36. </ul>
  37. </nav>
  38.  
  39. </div>
  40.  
  41. </header>
  42.  
  43. <section id="showcase">
  44. <div class="container">
  45. <h1>Professional Web Design</h1>
  46. <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
  47. tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
  48. quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
  49. consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
  50. cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
  51. proident, sunt in culpa qui officia deserunt mollit anim id est laborum. i</p>
  52.  
  53. </div>
  54.  
  55.  
  56.  
  57. </section>
  58. <section id="newsweatter">
  59. <div class="container">
  60. <h1>Subscribe to our Newsletter</h1>
  61. <form>
  62. <input type="email" placeholder="enter email...">
  63. <button type="submit" class="button_1">Subscribe</button>
  64.  
  65.  
  66. </form>
  67.  
  68. </div>
  69.  
  70.  
  71.  
  72.  
  73. </section>
  74. <section id="boxes">
  75. <div class="cointeiner">
  76. <div class="box">
  77. <img src="./img/logo_html.png">
  78.  
  79. <h3>HTML5 MARKUP</h3>
  80. <P>lorem ipsum kbjlksfbhlkngmlknkgfjngf</P>
  81. </div>
  82. <div class="box">
  83. <img src="./img/logo_css.png">
  84. <h3>CSS Styling</h3>
  85. <p>dhsfukdhgjklfkjhfhjgjjgjgjgjgj</p>
  86.  
  87. </div>
  88. <div class="box">
  89. <img src="./img/logo_brush.png">
  90. <h3>Draphic Design</h3>
  91. <p>djfhnfjncvvnvnnvnvnvdfkghkdjhgjkhdfgdgjk</p>
  92. </div>
  93. </div>
  94.  
  95.  
  96.  
  97.  
  98. </section>
  99. <footer>
  100.  
  101. <p>Creative hun,Copyright &copy 2018</p>
  102. </footer>
  103. </body>
  104. </html>
  105.  
  106.  
  107.  
  108. body{
  109.  
  110. font: 15px/1.5 Arial, Helvetcia, sans-serif;
  111. padding: 0;
  112. margin: 0;
  113. background-color: #f4f4f4;
  114. }
  115. .container{
  116. width: 80%;
  117. margin: auto;
  118. overflow: hidden;
  119.  
  120. }
  121. ul{
  122. margin: 0;
  123. padding: 0;
  124. }
  125. .button_1{
  126. height: 38px;
  127. background: gray;
  128. border:0;
  129. padding-left: 20px;
  130. padding-right: 20px;
  131. color: white;
  132.  
  133.  
  134.  
  135. }
  136. .dark{
  137. padding: 15px;
  138. background: #35424a;
  139. color: white;
  140. margin-top: 10px;
  141. margin-bottom: 10px;
  142.  
  143.  
  144. }
  145. header{
  146. background: #35424a;
  147. color: white;
  148. padding-top: 30px;
  149. min-height: 70px;
  150. border-bottom: #e8491d 3px solid;
  151.  
  152. }
  153. header a{
  154. color: white;
  155. text-decoration: none;
  156. text-transform: uppercase;
  157. font-size: 16px;
  158.  
  159.  
  160. }
  161. header li{
  162.  
  163.  
  164. float: left;
  165. display: inline;
  166. padding: 0 20px 0 20px;
  167. }
  168. header #branding{
  169.  
  170. float: left;
  171. }
  172. header #branding h1{
  173. margin: 0;
  174.  
  175. }
  176. header .highlight,header .current a{
  177. color: #e8491d;
  178. font-weight: bold;
  179.  
  180.  
  181. }
  182. header nav{
  183.  
  184. float: right;
  185. }
  186.  
  187.  
  188. header a:hover{
  189. color: #e8491d;
  190. font-weight: bold;
  191.  
  192.  
  193. }
  194. #showcase{
  195. min-height: 400px;
  196. background: url("../img/showcase.jpg") no-repeat 0 -400px;
  197. text-align: center;
  198. color: white;
  199. }
  200. #newsweatter {
  201.  
  202. padding: 15px;
  203. color: white;
  204. background: #35424a;
  205.  
  206.  
  207. }
  208. #newsweatter h1{
  209.  
  210. float: left;
  211. }
  212. #newsweatter form{
  213. float: right;
  214. margin-top: 15px;
  215.  
  216.  
  217. }
  218. #newsweatter input[type="email"]{
  219. padding: 4px;
  220. height: 25px;
  221. width: 250px;
  222.  
  223.  
  224. }
  225. #boxes .box {
  226. float: left;
  227. text-align: center;
  228. width: 30%;
  229. padding: 10px;
  230.  
  231.  
  232. }
  233.  
  234. #boxes .box img{
  235.  
  236. width: 90px;
  237.  
  238. }
  239. footer{
  240.  
  241.  
  242. padding: 20px;
  243. margin-top: 220px;
  244. color: white;
  245. background-color: #e8491d;
  246. text-align: center;
  247. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement