@charset "utf - 8";
/*
Name:Tamarah Hogan 
Date:10/6/25
*/
html {
    background-color: rgb(255, 255, 255);
}
.tab-buttons {display: block;}
/*styling */

nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color:darkolivegreen ; 
    display: flex;    
    justify-content: space-around;
}

nav li a {
    display: block;
    color:whitesmoke;
    text-align: center;
    padding: 14px 16px;
}
/*images*/
article > img{
    height: 50%;
    width: 50%;
    float: right;    
}
header > img{
    height: 40%;
    width:20%;
}
p1 > img{
    width: 20%;
    height: 30%;
    float: right; 
}
p2 > img {
    width: 30%;
    height: 30%;
    float: right;
}
footer > img{
    width: 50%;
    height: 30%;
    float:right;
}
h1 > img{
    float: right;
    width: 30%;
    height: 30%;
}


/*header*/
body > header{
    width: 100%;
    min-height: 50%;
}
ul{
    list-style-type: circle;
}




