Skip to content
Open
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules/
main
npm-debug.log

npm-debug.log
3 changes: 2 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
body {
max-width: 600px;
max-width: 800px;
margin: auto;
text-align: center;
background-color: brown;
}

p {
Expand Down
28 changes: 22 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
<!DOCTYPE html>
<html lang="hr">
<head>
<title>Lorem ipsum</title>
<link rel="stylesheet" href="./index.css" />
</head>

<head>
<title>Lorem ipsum</title>
<link rel="stylesheet" href="./index.css">
</head>
<body style="padding: 40px; width: 600px; margin: auto; text-align: center">
<h1>Ima keksi opet tuc je tu</h1>


<div>
<h2>Mogu dodaati ovdje ovo?</h2>
<img
src="https://miro.medium.com/v2/resize:fit:828/format:webp/1*Yb2W5n4-ZyQZ8ggggHGCZA.png"
alt="programer ross"
width="500"
height="600"
/>
</div>
</body>
</html>
=======
<body style="padding:40px; width: 600px; margin: auto; text-align: center">
<h1>Lorem ipsum</h1>
<h1>Ali zašto nema keksiju???</h1>
<img src="https://picsum.photos/500/400" title="Lorem ipsum" lang="en" alt="Lorem ipsum">
<p style="text-align: justify;">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Iure a officiis labore! Nesciunt cum accusamus impedit
Expand All @@ -22,4 +37,5 @@ <h1>Lorem ipsum</h1>
molestiae ut distinctio dolores mollitia facilis. Atque ex perferendis repudiandae expedita officia animi?</p>
</body>

</html>
</html>