You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

85 lines
1.1 KiB

body {
margin: 0 10%;
background-color: tan;
height: 100vh;
}
p {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 18px;;
}
h1 {
font-size: 36px;
}
main {
/*
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 30px;
*/
height: auto;
}
header {
display: grid;
text-align: Left;
border-bottom: 2px solid gray;
}
.feature {
display: grid;
grid-template-columns: repeat(2,1fr);
grid-gap: 60px;
border: 2px solid black;
align-items: center;
padding-bottom: 40px;
margin-bottom: 40px;
}
.feature img {
margin-top: 40px;
margin-left: 40px;
margin-right: 40px;
}
.pane1, .pane2 {
display: grid;
grid-template-columns: repeat(3,1fr);
grid-column-gap: 30px;
}
/*
.pane2 {
display: grid;
grid-template-columns: repeat(3,1fr);
float: none;
}
*/
.pane1 p, .pane2 p {
margin-right: 60px;
}
/*
main img {
width: 35%;
}
img {
width: 80%;
}
*/
img {
float:left;
width: 300px;
height: 200px;
margin: 6px;
}
footer {
text-align: center;
border-top: 2px solid gray;
}