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.

59 lines
1.0 KiB

#main_div{
height: 78vh;
padding-top: 2vh;
}
#name {
margin-top: 1.75vh;
margin-left: 0.5vw;
width: 50vw;
}
#myPic {
position: absolute;
height: 66px;
border-radius:10%;
top: 33px;
right: 1%;
}
section {
width: 75vw;
margin-left: 5vw;
margin-right: 5vw;
background: linear-gradient(to right, gray, lightgray 85%);
margin-bottom: 2vh;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
}
.description{
font-size: 1.15em;
padding: 2%;
border: 2px solid black;
border-top:none;
border-bottom-left-radius: 10px;
}
section h2 {
clear: left;
background-color: black;
border-top-right-radius: 10px;
padding: 1%;
margin-bottom: 0px;
}
.suite {
text-decoration: underline;
color: blue;
}
@media screen and (max-width: 800px) {
aside {
top: 60vh;
left: 5vw;
width: 40vw;
border: none;
border-radius: 10px;
}
}