Advertisement
Mark2020H

CSS file 4 html page Python basic security (Part 3)

Jan 21st, 2022
1,540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. * { margin-top: 40px;
  2. padding: 0;
  3. list-style: none;
  4. text-align:center
  5. }
  6.  
  7. body{
  8.  background-color: black;
  9.  
  10. }
  11.  
  12.  
  13. .container{
  14.  padding:20px;
  15.  width:640px ;
  16.  margin:0 auto ;
  17.  border-style: solid ;
  18.  border-width: 1 ;
  19.  border-color:#ffffff;
  20.  border-radius: 10px ;
  21.  
  22.  
  23. }
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement