Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
* {
margin: 0;
padding: 0;
}
body {
overflow-x: hidden;
}
.container {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"cv cv cv cv cv cv"
"cv cv cv cv cv cv"
"cv cv cv cv cv cv"
"cv cv cv cv cv cv"
"cv cv cv cv cv cv";
height: 85vh;
}
.personal-information {
grid-area: personal-information;
}
.cv {
grid-area: cv;
}
.button-back {
grid-area: button-back;
}
/* Style buttons */
.btn {
background-color: rgb(0, 0, 0);
border: none;
color: rgb(217, 248, 252);
padding: 12px 30px;
cursor: pointer;
font-size: 20px;
transition: 0.6765736578326587326578s;
margin: 15px;
padding: 4px;
margin-top: 2.5%;
height: 70%;
width: 95%;
margin-left: 3%
}
/* Darker background on mouse-over */
.btn:hover {
background-color: rgb(124, 123, 123);
}
.text {
color: white;
font-family: "arial";
}
.text_1Box {
display: flex;
flex-direction: column;
}
.box {
display: flex;
border: 2px solid rgb(0, 0, 0);
height: 100%;
width: 100%;
}
.technowire {
display: flex;
justify-content: normal;
align-content: center;
flex-wrap: wrap;
flex-direction: column;
justify-self: center;
align-self: center;
margin-left: 10%;
margin-bottom: 20px;
}
.project {
display: flex;
justify-content:center;
align-content: center;
width: 80%;
height: auto;
flex-wrap: wrap;
border: 2px solid rgb(0, 0, 0);
justify-self: center;
align-self: center;
margin-left: 10%;
margin-bottom: 20px;
overflow-y: auto;
}
.rowbox{
display: flex;
justify-content:space-between;
align-content: center;
justify-self: center;
margin-left: 40%;
width: 80%;
margin: 15px;
}
.rowboxnf{
display: flex;
justify-content:center;
align-content: center;
justify-self: center;
margin-left: 40%;
width: 80%;
margin: 15px;
}
.cv>p {
color: white;
font-size: 40px;
text-align: center;
font-family: "arial";
}
.tittle {
text-align: center;
font-size: 20px;
}
.banner {
max-width: 200px;
height: auto;
}
.yard {
display: flex;
justify-content: center;
align-content: center;
flex-wrap: wrap;
flex-direction: column;
text-align: center;
justify-self: center;
align-self: center;
margin: 15px;
font-size: 25px;
}
#yardimg {
margin-left: 10px;
}
#platformer {
height: 100px;
width: 80%;
background: rgb(65, 65, 65);
border-radius: 40px;
margin-left: 60px;
margin-top: 30px;
}
#gamecraftbanner {
height: auto;
max-width: 500px;
}
.projectsection{
display: flex;
flex-direction: column;
height: 275px;
width: 250px;
max-width: 400px;
max-height: 1000px;
border: gray 4px solid;
border-radius: 30px;
background-color: rgb(77, 77, 77);
padding: 10px;
align-content: center;
justify-content: space-evenly;
align-items: center;
}
.PrjLink{
border-radius: 20px;
height: 30px;
width: fit-content;
padding: 5px;
}
@media screen and (max-width: 420px) {
.container {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"cv cv"
"cv cv"
"cv cv"
"cv cv"
"cv cv";
}
.cv>p {
color: white;
font-size: 10px;
text-align: center;
font-family: "arial";
}
.banner {
max-width: 400px;
height: auto;
}
.technowire {
display: flex;
justify-content: center;
align-content: center;
width: 98%;
height: 90%;
flex-wrap: nowrap;
border: 2px solid rgb(0, 0, 0);
flex-direction: column;
justify-self: center;
align-self: center;
margin: 10px;
padding: 10px;
margin-left: 1%;
overflow-y: auto;
}
img {
max-width: 150px;
height: auto;
}
#gamecraftbanner {
height: auto;
max-width: 100px;
}
.project {
display: flex;
justify-content: normal;
align-content: center;
width: 80%;
flex-wrap: wrap;
height: auto;
border: 2px solid rgb(0, 0, 0);
flex-direction: column;
justify-self: center;
align-self: center;
margin-left: 10%;
margin-bottom: 20px;
overflow-y: auto;
overflow-x: hidden;
}
#platformer {
height: 100px;
width: 80%;
background: rgb(65, 65, 65);
border-radius: 40px;
margin-left: 20px;
margin-top: 30px;
}
.tittle {
font-size: 10px;
}
}