- Initiateur de la discussion
Thibault Camora
Geek suprême
- Messages
- 424
- Score réaction
- 40
- Points
- 130
Bonjour, bonsoir, je vous met à disposition un tutoriel comment faire un écran de chargement.
Vous aurez à votre disposition un tutoriel vidéo et écrit :
Vous aurez à votre disposition un tutoriel vidéo et écrit :
Vidéo :
Ecrit :
1. Sommaire
- Hebergeur gratuit
- Création d'un ecran de chargement basic.
2. Hebergeur gratuit
- http://www.hostinger.fr/
- http://www.livehost.fr/
- http://www.hebergratuit.com/
- http://www.hebfree.org/
- https://www.000webhost.com/
- https://www.alwaysdata.com/fr/
- https://www.firstheberg.com/
- MtxServ (Si possesion de serveur !)
3. Création de l'écran
Code html :
Code:
<DOCTYPE <!DOCTYPE html>
<html>
<head> <title>Loading Screen</title> <link rel="stylesheet" type="text/css" href="main.css">
</head>
<body> <img id="images" alt="" src="images/fond.jpg" /> <h1> Bienvenue sur le serveur</h1>
</body>
</html>
Code css :
Code:
body { margin: 0px; padding: 0px; height : 100%; width : 100%;
}
#images { width: 100%; position: absolute; height: 100%
}
h1 { position: absolute; font-size: 70px; font-family: impact; color: #c0392b; text-align: center; text-shadow: 2px 2px 6px black; background-color: rgba(231, 76, 60,0.20); width: 100%;
}
Merci pour vous lectures.
Thibault #Belgium.