Skip to content

Commit

Permalink
Final style
Browse files Browse the repository at this point in the history
  • Loading branch information
tropikalis committed Jul 12, 2024
1 parent 59d9fb2 commit 6b88b04
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@
<title>Document</title>
</head>

<body>
<main style="background-color: pink; width: 50%; margin-left: 25%; margin-top: 100px;">
<img src="#" alt="Serlokas su pypke menesienoje">
<div>
TEKSTAI...
</div>
<body style="background-color: #EAECED;font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">
<main style="display: inline-block; width: 50%; margin-left: 25%; margin-top: 100px;">
<img src="./serlokas.png" alt="Serlokas su pypke menesienoje" style="float: left; width: 35%;">
<div style="text-align: center; width: 50%; float: right; margin-top: 50px;">
<h1 style="color: #34404c; font-size: 80px; margin: 0;">404</h1>
<p style="color: #686f8a; margin: 0; font-size: 24px;">Lorem ipsum dolor sit amet consectetur adipisicing elit. Alias ex, commodi minus similique</p>
<p style="color: #686f8A;">Lorem ipsum dolor sit amet consectetur adipisicing.</p>
<a href="#" style="display: inline-block; text-transform: uppercase; color: #ffffff; background-color:#686f8a; padding: 20px; padding-left: 30px; padding-right: 30px; text-decoration: none;">Back home</a>
</div>
</main>
</body>
</body>

</html>

Expand Down

0 comments on commit 6b88b04

Please sign in to comment.