Upgrade to Pro — share decks privately, control downloads, hide ads and more …

HTML and CSS

HTML and CSS

João Justo

February 20, 2015
Tweet

More Decks by João Justo

Other Decks in Programming

Transcript

  1. <p>All right, the use can see the whole page!</p> <script

    type="text/javascript" src="file.js"></script> <script type="text/javascript" src=“another_file.js"></script> </body> </html>
  2. #speakers { text-align: center; background-attachment: scroll; background-image: url(../img/background_events.png); background-position: center

    center; background-repeat: none; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; height: 100%; padding-bottom: 30px; }
  3. #organization { padding-bottom: 75px; background-attachment: scroll; background-image: url(../img/stuff-dark.png); background-position: center

    center; background-repeat: none; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; }
  4. .container { text-align: center; background-attachment: scroll; background-image: url(../img/background_events.png); background-position: center

    center; background-repeat: none; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; height: 100%; }