Gitlab@Informatics

Skip to content
Snippets Groups Projects
Select Git revision
  • 6f879c68aef1a64443f74b0cc09a720acb2a54c7
  • main default protected
  • revert
  • 64160159
  • 64160292
  • 64160073
  • html-v_page
  • 64160174
  • 64160072
  • 64160295
  • production
11 results

page_2.css

Blame
  • page_2.css 3.01 KiB
    body {
        font-family: 'Prompt';
    }
    
    .nav {
        box-sizing: border-box;
        width: 305px;
        height: 1024px;
        left: 0px;
        top: 0px;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.3);
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
    }
    
    .h1 {
        position: absolute;
        width: 400px;
        height: 48px;
        left: 435px;
        top: 116px;
    }
    
    .row {
        box-sizing: border-box;
        position: absolute;
        width: 928px;
        height: 750px;
        left: 405px;
        top: 230px;
        background: #FFFFFF;
        border: 1px solid;
        border-radius: 10px;
    }
    
    .a1 {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .a1 input {
        width: 322px;
        height: 30px;
        border: none;
        border-bottom: 1px solid black;
        border-radius: 0px;
        margin-right: 10px;
    }
    
    .a212 {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .a212 input {
        width: 151px;
        height: 30px;
        border: none;
        border-bottom: 1px solid black;
        border-radius: 0px;
        margin-right: 10px;
    }
    
    .a2 {
        display: flex;
        flex-direction: row;