41 lines
656 B
CSS
Executable File
41 lines
656 B
CSS
Executable File
.texts {
|
|
font-family: sans-serif;
|
|
font-size: 30px;
|
|
text-align: center;
|
|
color: grey;
|
|
}
|
|
.texts #me_image {
|
|
text-align: center;
|
|
width: 700px;
|
|
height: 250px;
|
|
}
|
|
|
|
.philosophy, .experiences, .hobbies, .interests {
|
|
font-family: sans-serif;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
border: 1px solid black;
|
|
padding: 20px;
|
|
margin: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.interests {
|
|
margin: 20px;
|
|
background-color: #F2F3AE;
|
|
}
|
|
|
|
.hobbies {
|
|
margin: 20px;
|
|
background-color: #EDD382;
|
|
}
|
|
|
|
.experiences {
|
|
margin: 20px;
|
|
background-color: #FC9E4F;
|
|
}
|
|
|
|
.philosophy {
|
|
margin: 20px;
|
|
background-color: #F4442E;
|
|
} |