Skip to content

Instantly share code, notes, and snippets.

@thatisuday
Created October 2, 2020 21:50
Show Gist options
  • Save thatisuday/be3e05400fed2c0749a8818e0f44f57a to your computer and use it in GitHub Desktop.
Save thatisuday/be3e05400fed2c0749a8818e0f44f57a to your computer and use it in GitHub Desktop.
A sample HTML file.
<!DOCTYPE HTML>
<html>
<head>
<title>Rendering Test</title>
<!-- stylesheet -->
<link rel="stylesheet" href="./style.css"/>
</head>
<body>
<div class="container">
<h1>Hello World!</h1>
<p>This is a sample paragraph.</p>
</div>
<!-- script -->
<script src="./main.js"></script>
</body>
</html>
@Eliasibrahim20
Copy link

Hac

@Eliasibrahim20
Copy link

<title>Elias Ibrahim Portfolio</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; color: #333; } header { background-color: #333; color: #fff; padding: 10px 0; text-align: center; } nav { display: flex; justify-content: center; background-color: #444; padding: 10px; } nav a { color: #fff; text-decoration: none; margin: 0 15px; } section { padding: 20px; max-width: 800px; margin: 0 auto; } .about, .portfolio, .contact { margin-bottom: 40px; } .portfolio img { max-width: 100%; height: auto; } footer { text-align: center; padding: 10px 0; background-color: #333; color: #fff; } </style>

Elias Ibrahim Portfolio

Om mig Portfolio Kontakt

Om mig

Hej! Jag heter Elias Ibrahim och jag är en passionerad utvecklare med intresse för att skapa vackra och funktionella webbapplikationer. Med flera års erfarenhet inom webbutveckling har jag arbetat med olika projekt och teknologier.

Portfolio

Projekt 1

Projekt 1 bild

Beskrivning av projekt 1.

Projekt 2

Projekt 2 bild

Beskrivning av projekt 2.

Kontakt

Du kan nå mig på elias@example.com.

© 2024 Elias Ibrahim. Alla rättigheter förbehållna.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment