Skip to content
Snippets Groups Projects
Commit 5f1b1da5 authored by DIALLO ABDOUL-AZIZ's avatar DIALLO ABDOUL-AZIZ
Browse files

Change body font family

parent bacbce2d
Branches
No related merge requests found
body {
font-family: "Quicksand", sans-serif;
margin: 0;
}
header {
display: flex;
align-items: center;
justify-content: space-between;
}
ul {
display: flex;
list-style: none;
}
......@@ -4,13 +4,18 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>fellah's portfolio</title>
<link
href="https://fonts.googleapis.com/css2?family=Raleway:wght@700&family=Oleo+Script:wght@700&family=Quicksand:wght@300;500;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="assets/css/shared.css" />
<link rel="stylesheet" href="assets/css/styles.css" />
<title>fellah's portfolio</title>
</head>
<body>
<header>
<!--I added this.-->
<a href="/index.html">fellah</a>
<a href="/index.html">Fellah's Portfolio</a>
<nav>
<ul>
<li><a href="/presentation.html">Presentation</a></li>
......@@ -19,6 +24,10 @@
</ul>
</nav>
</header>
<main></main>
<main>
<section></section>
<section></section>
</main>
<footer></footer>
</body>
</html>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment