marine stylesheet
This commit is contained in:
parent
f4838491fe
commit
0565da9244
2 changed files with 78 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Sager Alaskar - CV</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="stylesheet" href="style2.css" />
|
||||
</head>
|
||||
<body>
|
||||
<main class="page">
|
||||
|
@ -45,7 +45,8 @@
|
|||
<h2>Education</h2>
|
||||
<p><strong class="sub">South Tyneside College</strong> — Marine Engineering HND (2012–2016)</p>
|
||||
<div class="item">
|
||||
<p style="margin-left:20px;">2nd Engineer Certificate (CoC)</p>
|
||||
<p style="margin-left:20px;">3rd Engineer Certificate (CoC) 2017</p>
|
||||
<p style="margin-left:20px;">2nd Engineer Certificate (CoC) 2021</p>
|
||||
</div>
|
||||
|
||||
<h2>Certifications</h2>
|
||||
|
|
75
style2.css
Normal file
75
style2.css
Normal file
|
@ -0,0 +1,75 @@
|
|||
page {
|
||||
size: A4;
|
||||
margin: 1.5cm;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 15px;
|
||||
color: #333446;
|
||||
background: white;
|
||||
/* background: #EAEFEF; */
|
||||
margin: 0;
|
||||
padding-left: 64px;
|
||||
padding-right: 64px;
|
||||
}
|
||||
|
||||
.page {
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
header {
|
||||
text-align: center;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 24px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.contact {
|
||||
text-align: center;
|
||||
margin-top: 1px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.contact span {
|
||||
display: inline-block;
|
||||
margin: 0 8px;
|
||||
font-size: 11.5px;
|
||||
}
|
||||
|
||||
.contact a {
|
||||
text-decoration: none;
|
||||
color: #333446;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 20px;
|
||||
margin-top: 18px;
|
||||
margin-bottom: 10px;
|
||||
border-bottom: 1px solid #000;
|
||||
padding-bottom: 2px;
|
||||
color: #333446;
|
||||
/* color: #7F8CAA; */
|
||||
}
|
||||
|
||||
.sub {
|
||||
color: #454B5E;
|
||||
}
|
||||
|
||||
.item {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-left: 18px;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
ul li {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
Loading…
Reference in a new issue