Giter VIP home page Giter VIP logo

gameretro's Introduction

GAMERetro

Le fichier fonts.css contiend les importations des polices du dossier fonts.

Le fichier index.css contiend les régles de style.

Ce fichier est composé de trois grandes parties :

  1. en-tête
  2. le corp
    1. le Tchat principal
    2. l'Info-bulle
  3. le pied de page
  • index.css ligne 103 on trouve le clip-path qui me permet de faire une forme de bulle de sms pour le Tchat, que je trouve joli, et qui m'a permis de mieux comprendre comment fonctionnait le polygon() de clip-path.
<article>
  <div id="titreContainer">
    <div id="sms"></div>
    <h2>Tchat</h2>
  </div>
  <iframe src="https://gameretro.alwaysdata.net"></iframe>
</article>
#sms{
    background-color: red;
    width: 30px;
    height: 30px;
    clip-path: polygon(0 0,100% 0,100% 50%,30% 50%,10% 70%,10% 50%,0 50%);
}
  • index.html ligne 30 on trouve une balise <marquee></marquee> qui est une balise dépréciée. Mais elle est cool.
  • index.html ligne 39 le tchat est en fait une <iframe> d'un site que j'ai hébergé spécialement pour l'occasion. Vous pouvez aller voir juste ici.
  • index.css ligne 173 a 189 on peut voir le positionnement des images :
#mes_photo table, table tr, table tr td figure{
    margin: 0;
    padding: 0;
}
#mes_photo table tr:nth-child(1) td figure img{
    width: 100%;
}
#mes_photo table tr:nth-child(2) td figure img{
    height: 7em;
}
#Bpacman, #Bspace{
    float: right;
}
#Bgalaga, #Bcentiped{
    float: left;
}

gameretro's People

Contributors

lostsh avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.