100 lines
1.5 KiB
CSS
100 lines
1.5 KiB
CSS
body {
|
|
font-family: Arial, sans-serif;
|
|
line-height: 1.6;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #f4f4f9;
|
|
color: #333;
|
|
}
|
|
|
|
.container {
|
|
width: 80%;
|
|
margin: 20px auto;
|
|
background: #fff;
|
|
padding: 20px;
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
|
border-radius: 8px;
|
|
}
|
|
|
|
header {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.header-content {
|
|
display:inline-block ;
|
|
text-align:center;
|
|
justify-content:center;
|
|
align-items:flex-start;
|
|
}
|
|
|
|
.photo-container {
|
|
width: 300px;
|
|
height: 300px;
|
|
margin-right: 1750px;
|
|
}
|
|
|
|
.photo-container img {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.header-content h1 {
|
|
margin: 0;
|
|
font-size: 3em;
|
|
color: #0073e6;
|
|
}
|
|
|
|
.header-content .subtitle {
|
|
font-size: 1.5em;
|
|
color: #555;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
header h1 {
|
|
margin: 0;
|
|
font-size: 2.5em;
|
|
color: #0073e6;
|
|
}
|
|
|
|
header .subtitle {
|
|
font-size: 1.2em;
|
|
color: #555;
|
|
}
|
|
|
|
section {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
section h2 {
|
|
font-size: 1.5em;
|
|
border-bottom: 2px solid #0073e6;
|
|
margin-bottom: 10px;
|
|
padding-bottom: 5px;
|
|
color: #0073e6;
|
|
}
|
|
|
|
ul {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
}
|
|
|
|
ul li {
|
|
margin: 5px 0;
|
|
}
|
|
|
|
.job {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.job h3 {
|
|
margin: 0;
|
|
color: #0073e6;
|
|
}
|