This commit is contained in:
Yacine Aden 2024-04-18 10:25:14 +02:00
parent a1286d4133
commit c51023a3d8
13 changed files with 0 additions and 54 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 340 KiB

View File

@ -1,27 +0,0 @@
*{
margin: 0;
padding: 0;
}
body{
background-image: url(image.jpg);
}
h1{
color: white;
font-size: x-large;
font-weight: bold;
}
ul{
color: white;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
li{
color: red;
font-size: m;
}
p{
color: blue;
}
h2{
color: aqua;
}

View File

@ -1,27 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>game news</title>
</head>
<body>
<nav role="navigation"></nav>
<div>
<div>
<h1>game news</h1>
<p>c'est un site qui parle d'info sur certain jeux</p>
<h2>sommaire</h2>
<ul>
<button><li>mario</li></button>
<button><li>splatoon</li></button>
<button><li>rayman</li></button>
</ul>
</div>
</div>
<h3><img src="logo.png" alt="logo oficiel du site web"/></h3>
</body>
</html>

View File

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 102 KiB

View File

Before

Width:  |  Height:  |  Size: 177 KiB

After

Width:  |  Height:  |  Size: 177 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB