AlyxDumbass

Untitled

Aug 20th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.17 KB | None | 0 0
  1. .container{
  2.     width: 800px;
  3.     margin: auto;
  4.     background-color:black;
  5.   font-family: verdana;
  6. }
  7.  
  8. body{
  9.     font-family: 16px/28px arial, sans serif;
  10.     background-color: #;
  11.     color: #f6a7ba;
  12.     margin: 0;
  13. }
  14.  
  15. .header{
  16.     padding: 20px;
  17.   padding-bottom: 15px;
  18. }
  19.  
  20. .header .judul{
  21.     font-size: 40px;
  22.     font-weight: bold;
  23.   color: #f6a7ba;
  24. }
  25.  
  26. .topnav {
  27.   overflow: hidden;
  28.   background-color: #black;
  29. }
  30.  
  31. .topnav a {
  32.   float: left;
  33.   color: #f2f2f2;
  34.   text-align: center;
  35.   padding: 14px 16px;
  36.   text-decoration: none;
  37.   font-size: 17px;
  38. }
  39.  
  40. .topnav a:hover {
  41.   background-color: white;
  42.   color: black;
  43. }
  44.  
  45. .gambar{
  46.     height: 300px;
  47.       background-image: url(rose.jpg);
  48.     background-size: cover;
  49.     background-position: 0 -1290px;
  50.     border-top:4px solid #f6a7ba;
  51.     border-bottom: 4px solid #f6a7ba;
  52. }
  53. content{ padding: 10px;}
  54.  
  55. .Biodata{
  56.   text-align: center;
  57.   color: #ddd;
  58. }
  59.  
  60. .rose{ width: 200px;}
  61.  
  62. .table{  
  63.   text-indent: 20px
  64. }
  65.  
  66. .footer{background-color: #f6a7ba;}
  67.  
  68. .footer .copyright{
  69.   color: black;
  70.   text-align: center;
  71.   padding-top: 5px;
  72.   padding-bottom: 5px;
  73. }
  74.  
  75. .table2{
  76.   border-color: #f6a7ba;
  77.   text-align: center;
  78. }
Add Comment
Please, Sign In to add comment