This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* responsive desktop*/ | |
@media screen and (min-width: 961px) { | |
body{ | |
margin: 0 auto; | |
width: 100%; | |
} | |
ul{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Find the precious!</title> | |
<link rel="stylesheet" href="style.css"> | |
</head> | |
<body> | |
<nav> | |
<ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir real fictional inhabited | |
cd real | |
mkdir telluric gas-giants dwarf-planets | |
mv ../mercury.jpeg ../mars.jpeg ../venus.jpeg ../earth.jpeg telluric/ | |
mv ../jupiter.jpeg ../saturn.jpeg ../uranus.jpeg ../neptune.jpeg gas-giants/ | |
mv ../arrakis.jpeg ../coruscant.jpeg ../cybertron.jpeg ../pluto.jpeg dwarf-planets/ | |
cd dwarf-planets/ | |
mv arrakis.jpeg coruscant.jpeg cybertron.jpeg ../../fictional/ | |
mv ../../real/telluric/earth.jpeg ../../inhabited/ | |
mv ../../fictional/arrakis.jpeg ../../fictional/coruscant.jpeg ../../fictional/cybertron.jpeg ../../inhabited/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
krez@DESKTOP-BGVA5DU:~$ ls | |
krez@DESKTOP-BGVA5DU:~$ pwd | |
/home/krez | |
krez@DESKTOP-BGVA5DU:~$ cd Images | |
-bash: cd: Images: No such file or directory | |
krez@DESKTOP-BGVA5DU:~$ pwd | |
/home/krez | |
krez@DESKTOP-BGVA5DU:~$ cd Images | |
-bash: cd: Images: No such file or directory | |
krez@DESKTOP-BGVA5DU:~$ ls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Find the precious!</title> | |
<link rel="stylesheet" href="style.css"> | |
</head> | |
<body> | |
<nav> | |
<ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<! DOCTYPE html> | |
< html lang = " en " > | |
< tête > | |
< meta charset = " UTF-8 " > | |
< title > Attrapez-les tous! </ title > | |
< link rel = " stylesheet " href = " style.css " type = " text / css " > | |
</ head > | |
< body > | |
< section > | |
< img class = " hover-effect " src = " http://images.innoveduc.fr/integration_parcours/css/css_selectors_props/hobbit-house.jpg " alt = " Hobbit house " > |
NewerOlder