Skip to content
Snippets Groups Projects
Select Git revision
  • 8f31fa8bdd70d01ae0f41a43d35c63655adaf947
  • main default protected
2 results

RECORD

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    style.css 1.37 KiB
    body{
        background-color: #a9b7c0;
        font-size:  17px;
        font-family: Arial, Helvetica, sans-serif;
        color: #00303f;
        text-align: justify;
    }
    
    div.fourth{
        line-height: 1.6em ;
        margin-left: 30px;
        margin-right: 25px;
    }
    
    section#first{
         background-color:#C7D8C6;
         border: 2px solid gray;
         border-style: inset;
         float: right;
         width: 450px;
         margin-left: 20px;
         margin-bottom: 4px;
         margin-top: 10px;
         padding-left: 20px;
         padding-right: 50px;
         padding-bottom: 10px;
         padding-top: 20px;
    }
    
    h1{
        border-bottom: 2px solid #c7d8c6;
        color: aliceblue;
        background-color: #00303f;
        font-family:"Comic Sans MS",cursive,sans-serif ;
        text-align: center;
    }
    
    h3{
        text-align: center;
    }
    
    section#fifth{
        background-color:#C7D8C6;
        border: 3px solid gray;
        border-style: outset;
        padding: 25px 50px ;
        margin: 30px 40px;
        width: auto;
    }
    
    div.sixth{
        text-align: right;
        margin-right: 40px;
    }
    
    a{
        padding-right: 30px;
        font-size: 19px;
        font-family: Georgia, serif;
        color:#49274A;
        font-style:italic;
    }
    
    figure#two{
        float: left;
        width: 330px;
        height:450px;
        margin-left: 30px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    
    h2#three{
        font-style:italic;
        font-family: Georgia, serif;
    }
    
    h3#four{
        text-align: left;
    }
    
    figcaption{
        text-align: center;
    }