Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.43 KB | None | 0 0
  1. @charset "utf-8";
  2. *{
  3.     margin: 0;
  4.     padding: 0;
  5.    
  6.    
  7.     body{
  8.         width :100%;
  9.         height: 100%;
  10.         color:#333;
  11.         background: f7f7f7;
  12.         font-size: 1em;
  13.         font-family: "Segoe UI", sans-serif;
  14.         line-height:135%
  15.     }  
  16.     header,footer {
  17.         width:100%;
  18.         background-color: #f7f7f7;
  19.         min-height: 50px;
  20.     }
  21.     header{
  22.         border-bottom: 2px solid silver
  23.     }
  24.    
  25.     footer {
  26.         border-top: 2px solid silver;
  27.         margin-top: 10px;      
  28.     }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement