10 parole chiave
Progetto - Organigramma - Corresponsabilità - Cooperazione - Specializzazione - C.Devoto - Velocità - Controllo - Dettaglio - Precisione
Attualmente ci sono 0 utenti collegati.
Progetto - Organigramma - Corresponsabilità - Cooperazione - Specializzazione - C.Devoto - Velocità - Controllo - Dettaglio - Precisione
the code below contains a CSS media query, and it goes at the bottom of your CSS file:
@media only screen and (max-width:480px) {
/* do something to the design for small screens */
}
let's start from opening a text editor, copy/past the code below and save as "MyTest.html". Here a very basic HTML5 code:
<!doctype html>
<html>
<head>
<title>Great Home Page in HTML5</title>
<meta charset="utf-8">
<!--CSS-->
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
creata la pagina (we've built this page): http://bim.rootiers.it/WebGL/index
si accede direttamente dall'interfaccia di pulsanti sulla sinistra
you can always access the interface through the cube icon on the left!