Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

clasificacion.css

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    clasificacion.css 2.70 KiB
    body {
        margin: 0;
        padding: 0;
        height: 1000px;
        display: flex;
        flex-direction: column;
    }
    
    .bebas-neue-regular {
        font-family: "Bebas Neue", serif;
        font-weight: 400;
        font-style: normal;
      }
    
      @font-face {
        font-family: 'PremierSans';
        src: url('/fonts/Premier Sans.otf') format('opentype'),
             url('/fonts/Premier Sans.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
    
    .header{
        font-family: "Bebas Neue";
        text-align: center;
        background-color: #38003C; 
        margin-bottom: 0px;
        height: 20%;
      }
    
    h1 {
        color: white;
        font-size: 80px;
        margin-bottom: 10px;
        margin-top: 0;
        padding-top: 30px;
    }
    
    h4 {
        color: #00FF85;
        font-size: 25px;
        margin-top: 10px;
        padding-bottom: 30px;
    }
    
    h3 {
        font-family: "Bebas Neue";
        color: #00FF85;
        font-size: 40px;
        margin-top: 20px;
        margin-bottom: 10px;
        padding-left: 30px;
    }
    
    .sideNav {
        border-top: solid 3px grey;
        border-right: solid 5px #00FF85;
        border-bottom: solid 5px #00FF85;
        border-bottom-right-radius: 30px;
        background-color: #38003C;
        padding-top: 30px;
        padding-bottom: 30px;
        width: 200px;
        height: 100%;
    }
    
    .navButton {
        display: block;
        padding: 10px 20px;
        color: white;