From 0565da92441d837725cf7083d664abb412c29bd2 Mon Sep 17 00:00:00 2001 From: nomad Date: Wed, 4 Jun 2025 17:12:37 +0300 Subject: [PATCH] marine stylesheet --- marine.html | 5 ++-- style2.css | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+), 2 deletions(-) create mode 100644 style2.css diff --git a/marine.html b/marine.html index 6a168ce..df217a8 100644 --- a/marine.html +++ b/marine.html @@ -3,7 +3,7 @@ Sager Alaskar - CV - +
@@ -45,7 +45,8 @@

Education

South Tyneside College — Marine Engineering HND (2012–2016)

-

2nd Engineer Certificate (CoC)

+

3rd Engineer Certificate (CoC) 2017

+

2nd Engineer Certificate (CoC) 2021

Certifications

diff --git a/style2.css b/style2.css new file mode 100644 index 0000000..b35b4bf --- /dev/null +++ b/style2.css @@ -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; +} +