CSS   134
style
Guest on 6th February 2023 02:32:19 AM


  1. body {
  2.         font-family: 'Open Sans', sans-serif;
  3.         font-size: 20px;
  4. }
  5.  
  6. select {
  7.         border-radius: 4px;
  8.         font-size: 16px;
  9. }
  10.  
  11. .divContenedor {
  12.         margin:0 auto;
  13.         width:500px;
  14.         text-align:center;
  15. }
  16.  
  17. .divLabels {
  18.         width: 200px;
  19.         float: left;
  20.         text-align: right;
  21. }
  22.  
  23. .divSelects {
  24.         width: 300px;
  25.         float: left;
  26.         text-align: left;
  27. }
  28.  
  29. #nebaris{
  30.         background-color: #333;
  31.         color: white;
  32.         padding: 15px;
  33.         text-align: center;
  34.         margin-top: 120px;
  35.         font-family: helvetica;
  36. }
  37.  
  38. #nebaris a{
  39.         color:rgb(178, 255, 178);
  40. }
  41.  
  42. #nebaris a:hover{
  43.         color:white;
  44. }

Raw Paste

Login or Register to edit or fork this paste. It's free.